paper-with-me

Papers

Multi-Scale Dual-Branch Fully Convolutional Network for Hand Parsing

2019-05-24 · Yang Lu, Xiaohui Liang, Frederick W. B. Li

Recently, fully convolutional neural networks (FCNs) have shown significant performance in image parsing, including scene parsing and object parsing. Different from generic object parsing tasks, hand parsing is more challenging due to small size, complex structure, heavy self-occlusion and ambiguous texture problems. In this paper, we propose a novel parsing framework, Multi-Scale Dual-Branch Fully Convolutional Network (MSDB-FCN), for hand parsing tasks. Our network employs a Dual-Branch architecture to extract features of hand area, paying attention on the hand itself. These features are used to generate multi-scale features with pyramid pooling strategy. In order to better encode multi-scale features, we design a Deconvolution and Bilinear Interpolation Block (DB-Block) for upsampling and merging the features of different scales. To address data imbalance, which is a common problem in many computer vision tasks as well as hand parsing tasks, we propose a generalization of Focal Loss, namely Multi-Class Balanced Focal Loss, to tackle data imbalance in multi-class classification. Extensive experiments on RHD-PARSING dataset demonstrate that our MSDB-FCN has achieved the state-of-the-art performance for hand parsing.

📄 PDF Abstract BibTeX arXiv:1905.10100

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-class ClassificationScene Parsing

Methods 이 논문이 사용한 방법론

Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…

Similar Papers 제목 키워드 기반

Multi-scale convolutional transformer network for motor imagery brain-computer interface

2025-04-15 · Scientific Reports 2025 4 · Wei Zhao, Baocan Zhang, Haifeng Zhou, Dezhi Wei 외

Brain-computer interface (BCI) systems allow users to communicate with external devices by translating neural signals into real-time commands. Convolutional neural networks (CNNs) have been effectively utilized for decod…

4-task ClassificationBrain Computer InterfaceEEGMotor Imagery

DATE: Dual Assignment for End-to-End Fully Convolutional Object Detection

2022-11-25 · Yiqun Chen, Qiang Chen, Qinghao Hu, Jian Cheng

Fully convolutional detectors discard the one-to-many assignment and adopt a one-to-one assigning strategy to achieve end-to-end detection but suffer from the slow convergence issue. In this paper, we revisit these two a…

object-detectionObject Detection

Scale-aware Super-resolution Network with Dual Affinity Learning for Lesion Segmentation from Medical Images

2023-05-30 · Yanwen Li, Luyang Luo, Huangjing Lin, Pheng-Ann Heng 외

Convolutional Neural Networks (CNNs) have shown remarkable progress in medical image segmentation. However, lesion segmentation remains a challenge to state-of-the-art CNN-based algorithms due to the variance in scales a…

Image SegmentationImage Super-ResolutionLesion SegmentationMedical Image Segmentation+4

Fully Convolutional Online Tracking

2020-04-15 · Yutao Cui, Cheng Jiang, Li-Min Wang, Gangshan Wu

Online learning has turned out to be effective for improving tracking performance. However, it could be simply applied for classification branch, but still remains challenging to adapt to regression branch due to its com…

Real-Time Visual TrackingregressionVisual Tracking

LadderNet: Multi-path networks based on U-Net for medical image segmentation

2018-10-17 · Juntang Zhuang

U-Net has been providing state-of-the-art performance in many medical image segmentation problems. Many modifications have been proposed for U-Net, such as attention U-Net, recurrent residual convolutional U-Net (R2-UNet…

DecoderImage SegmentationMedical Image SegmentationRetinal Vessel Segmentation+2