paper-with-me

홈 › Papers

GraftNet: An Engineering Implementation of CNN for Fine-grained Multi-label Task

2020-04-27 · Chunhua Jia, Lei Zhang, Hui Huang, Weiwei Cai, Hao Hu, Rohan Adivarekar

Multi-label networks with branches are proved to perform well in both accuracy and speed, but lacks flexibility in providing dynamic extension onto new labels due to the low efficiency of re-work on annotating and training. For multi-label classification task, to cover new labels we need to annotate not only newly collected images, but also the previous whole dataset to check presence of these new labels. Also training on whole re-annotated dataset costs much time. In order to recognize new labels more effectively and accurately, we propose GraftNet, which is a customizable tree-like network with its trunk pretrained with a dynamic graph for generic feature extraction, and branches separately trained on sub-datasets with single label to improve accuracy. GraftNet could reduce cost, increase flexibility, and incrementally handle new labels. Experimental results show that it has good performance on our human attributes recognition task, which is fine-grained multi-label classification.

📄 PDF Abstract BibTeX arXiv:2004.12709

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Similar Papers 제목 키워드 기반

Abnormal activity capture from passenger flow of elevator based on unsupervised learning and fine-grained multi-label recognition

2020-06-29 · Chunhua Jia, Wenhai Yi, Yu Wu, Hui Huang 외

We present a work-flow which aims at capturing residents' abnormal activities through the passenger flow of elevator in multi-storey residence buildings. Camera and sensors (hall sensor, photoelectric sensor, gyro, accel…

Anomaly DetectionClusteringInstance SegmentationSemantic Segmentation

Design, Implementation and Evaluation of a Novel Programming Language Topic Classification Workflow

2025-09-25 · Michael Zhang, Yuan Tian, Mariam Guizani arxiv

As software systems grow in scale and complexity, understanding the distribution of programming language topics within source code becomes increasingly important for guiding technical decisions, improving onboarding, and…

Design2Code: Benchmarking Multimodal Code Generation for Automated Front-End Engineering

2024-03-05 · Chenglei Si, Yanzhe Zhang, Ryan Li, Zhengyuan Yang 외

Generative AI has made rapid advancements in recent years, achieving unprecedented capabilities in multimodal understanding and code generation. This can enable a new paradigm of front-end development in which multimodal…

BenchmarkingCode Generation

Feature Programming for Multivariate Time Series Prediction

2023-06-09 · Alex Reneau, Jerry Yao-Chieh Hu, Chenwei Xu, Weijian Li 외

We introduce the concept of programmable feature engineering for time series modeling and propose a feature programming framework. This framework generates large amounts of predictive features for noisy multivariate time…

Automated Feature EngineeringFeature EngineeringInductive BiasPrediction+2

Iris: First-Class Multi-GPU Programming Experience in Triton

2025-11-16 · Muhammad Awad, Muhammad Osama, Brandon Potter arxiv

Multi-GPU programming traditionally requires developers to navigate complex trade-offs between performance and programmability. High-performance implementations typically rely on low-level HIP/CUDA communication librarie…