Your browser doesn't support javascript.
loading
Mostrar: 20 | 50 | 100
Resultados 1 - 6 de 6
Filtrar
Mais filtros










Base de dados
Intervalo de ano de publicação
1.
BMC Psychiatry ; 24(1): 541, 2024 Jul 31.
Artigo em Inglês | MEDLINE | ID: mdl-39085789

RESUMO

AIMS: This study aimed to investigate the current status of decent work among psychiatric nurses and analyze its influencing factors. METHODS: In February 2024, a cross-sectional study was conducted with a cluster sample of 358 nurses from a tertiary Grade A psychiatric hospital in Hangzhou, Zhejiang Province, China. Data were collected using a custom-made nurse demographic scale to gather demographic information. The Effort-Reward Imbalance Questionnaire (ERIQ) was used to assess the imbalance between effort and reward through the effort-reward ratio (ERR). The Social Support Rating Scale (SSRS) measured subjective support, objective support, and support utilization. The Decent Work Perception Scale (DWPS) was used to evaluate nurses' perceptions of decent work. T-tests, one-way ANOVA, Pearson's correlation analysis, and multiple linear regression analyses were employed for data analysis. RESULTS: The study found that the correlation between decent work and social support was positive (r = 0.360, p < 0.001), while it was negative for effort-reward imbalance (r = -0.584, p < 0.001). Factors influencing perceptions of decent work included years of work experience (ß = -0.164, p = 0.046 for < 5 years; ß = -0.157, p = 0.040 for > 25 years), social support (ß = 0.259, p < 0.001), and the effort-reward imbalance (ß=-0.458, p < 0.001). These factors collectively explained 40.2% of the variance in perceptions of decent work. Furthermore, social support plays a mediating role between effort-reward imbalance and decent work (ß=-0.062, Bootstrap 95% CI: -0.107, -0.023). CONCLUSION: The findings suggest that years of work experience, social support, and the effort-reward imbalance are factors influencing decent work among psychiatric nurses. By offering career development opportunities, fostering supportive work environments, and ensuring fair compensation, we can empower psychiatric nurses to navigate job challenges effectively and sustain a sense of decency in their work.


Assuntos
Enfermagem Psiquiátrica , Recompensa , Apoio Social , Humanos , Estudos Transversais , China/epidemiologia , Adulto , Feminino , Masculino , Satisfação no Emprego , Inquéritos e Questionários , Pessoa de Meia-Idade , Recursos Humanos de Enfermagem Hospitalar/psicologia , Recursos Humanos de Enfermagem Hospitalar/estatística & dados numéricos , Atitude do Pessoal de Saúde
2.
IEEE J Biomed Health Inform ; 27(5): 2444-2455, 2023 05.
Artigo em Inglês | MEDLINE | ID: mdl-37022059

RESUMO

Biomedical image segmentation and classification are critical components in a computer-aided diagnosis system. However, various deep convolutional neural networks are trained by a single task, ignoring the potential contribution of mutually performing multiple tasks. In this paper, we propose a cascaded unsupervised-based strategy to boost the supervised CNN framework for automated white blood cell (WBC) and skin lesion segmentation and classification, called CUSS-Net. Our proposed CUSS-Net consists of an unsupervised-based strategy (US) module, an enhanced segmentation network named E-SegNet, and a mask-guided classification network called MG-ClsNet. On the one hand, the proposed US module produces coarse masks that provide a prior localization map for the proposed E-SegNet to enhance it in locating and segmenting a target object accurately. On the other hand, the enhanced coarse masks predicted by the proposed E-SegNet are then fed into the proposed MG-ClsNet for accurate classification. Moreover, a novel cascaded dense inception module is presented to capture more high-level information. Meanwhile, we adopt a hybrid loss by combining a dice loss and a cross-entropy loss to alleviate the imbalance training problem. We evaluate our proposed CUSS-Net on three public medical image datasets. Experiments show that our proposed CUSS-Net outperforms representative state-of-the-art approaches.


Assuntos
Processamento de Imagem Assistida por Computador , Dermatopatias , Humanos , Processamento de Imagem Assistida por Computador/métodos , Redes Neurais de Computação , Diagnóstico por Computador/métodos
3.
Comput Methods Programs Biomed ; 227: 107186, 2022 Dec.
Artigo em Inglês | MEDLINE | ID: mdl-36334526

RESUMO

BACKGROUND AND OBJECTIVE: A thyroid nodule is an abnormal lump that grows in the thyroid gland, which is the early symptom of thyroid cancer. In order to diagnose and treat thyroid cancer at the earliest stage, it is desired to characterize the nodule accurately. Ultrasound thyroid nodules segmentation is a challenging task due to the speckle noise, intensity heterogeneity, low contrast and low resolution. In this paper, we propose a novel framework to improve the accuracy of thyroid nodules segmentation. METHODS: Different from previous work, a super-resolution reconstruction network is firstly constructed to upscale the resolution of the input ultrasound image. After that, our proposed N-shape network is utilized to perform the segmentation task. The guidance of super-resolution reconstruction network can make the high-frequency information of the input thyroid ultrasound image richer and more comprehensive than the original image. Our N-shape network consists of several atrous spatial pyramid pooling blocks, a multi-scale input layer, a U-shape convolutional network with attention blocks and a proposed parallel atrous convolution(PAC) module. These modules are conducive to capture context information at multiple scales so that semantic features can be fully utilized for lesion segmentation. Especially, our proposed PAC module is beneficial to further improve the segmentation by extracting high-level semantic features from different receptive fields. We use the UTNI-2021 dataset for model training, validating and testing. RESULTS: The experimental results show that our proposed method achieve a Dice value of 91.9%, a mIoU value of 87.0%, a Precision value of 88.0%, a Recall value 83.7% and a F1-score value of 84.3%, which outperforms most state-of-the-art methods. CONCLUSIONS: Our method achieves the best performance on the UTNI-2021 dataset and provides a new way of ultrasound image segmentation. We believe that our method can provide doctors with reliable auxiliary diagnosis information in clinical practice.


Assuntos
Neoplasias da Glândula Tireoide , Nódulo da Glândula Tireoide , Humanos , Nódulo da Glândula Tireoide/diagnóstico por imagem , Redes Neurais de Computação , Processamento de Imagem Assistida por Computador/métodos , Ultrassonografia/métodos
5.
Front Neurosci ; 16: 872601, 2022.
Artigo em Inglês | MEDLINE | ID: mdl-36117632

RESUMO

Medical image segmentation is an essential component of computer-aided diagnosis (CAD) systems. Thyroid nodule segmentation using ultrasound images is a necessary step for the early diagnosis of thyroid diseases. An encoder-decoder based deep convolutional neural network (DCNN), like U-Net architecture and its variants, has been extensively used to deal with medical image segmentation tasks. In this article, we propose a novel N-shape dense fully convolutional neural network for medical image segmentation, referred to as N-Net. The proposed framework is composed of three major components: a multi-scale input layer, an attention guidance module, and an innovative stackable dilated convolution (SDC) block. First, we apply the multi-scale input layer to construct an image pyramid, which achieves multi-level receiver field sizes and obtains rich feature representation. After that, the U-shape convolutional network is employed as the backbone structure. Moreover, we use the attention guidance module to filter the features before several skip connections, which can transfer structural information from previous feature maps to the following layers. This module can also remove noise and reduce the negative impact of the background. Finally, we propose a stackable dilated convolution (SDC) block, which is able to capture deep semantic features that may be lost in bilinear upsampling. We have evaluated the proposed N-Net framework on a thyroid nodule ultrasound image dataset (called the TNUI-2021 dataset) and the DDTI publicly available dataset. The experimental results show that our N-Net model outperforms several state-of-the-art methods in the thyroid nodule segmentation tasks.

6.
Front Neurosci ; 16: 878718, 2022.
Artigo em Inglês | MEDLINE | ID: mdl-35663553

RESUMO

Automated thyroid nodule classification in ultrasound images is an important way to detect thyroid nodules and to make a more accurate diagnosis. In this paper, we propose a novel deep convolutional neural network (CNN) model, called n-ClsNet, for thyroid nodule classification. Our model consists of a multi-scale classification layer, multiple skip blocks, and a hybrid atrous convolution (HAC) block. The multi-scale classification layer first obtains multi-scale feature maps in order to make full use of image features. After that, each skip-block propagates information at different scales to learn multi-scale features for image classification. Finally, the HAC block is used to replace the downpooling layer so that the spatial information can be fully learned. We have evaluated our n-ClsNet model on the TNUI-2021 dataset. The proposed n-ClsNet achieves an average accuracy (ACC) score of 93.8% in the thyroid nodule classification task, which outperforms several representative state-of-the-art classification methods.

SELEÇÃO DE REFERÊNCIAS
DETALHE DA PESQUISA