paper-with-me

Papers

AggPose: Deep Aggregation Vision Transformer for Infant Pose Estimation

2022-05-11 · Xu Cao, Xiaoye Li, Liya Ma, Yi Huang, Xuan Feng, Zening Chen, Hongwu Zeng, Jianguo Cao

Movement and pose assessment of newborns lets experienced pediatricians predict neurodevelopmental disorders, allowing early intervention for related diseases. However, most of the newest AI approaches for human pose estimation methods focus on adults, lacking publicly benchmark for infant pose estimation. In this paper, we fill this gap by proposing infant pose dataset and Deep Aggregation Vision Transformer for human pose estimation, which introduces a fast trained full transformer framework without using convolution operations to extract features in the early stages. It generalizes Transformer + MLP to high-resolution deep layer aggregation within feature maps, thus enabling information fusion between different vision levels. We pre-train AggPose on COCO pose dataset and apply it on our newly released large-scale infant pose estimation dataset. The results show that AggPose could effectively learn the multi-scale features among different resolutions and significantly improve the performance of infant pose estimation. We show that AggPose outperforms hybrid model HRFormer and TokenPose in the infant pose estimation dataset. Moreover, our AggPose outperforms HRFormer by 0.8 AP on COCO val pose estimation on average. Our code is available at github.com/SZAR-LAB/AggPose.

📄 PDF Abstract BibTeX arXiv:2205.05277

Code (1)

szar-lab/aggpose 공식 구현 pytorch

Tasks

Keypoint DetectionPose Estimation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Multi-Head Attention 설명 없음
Residual Connection 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Privacy-Enhancing Infant Cry Classification with Federated Transformers and Denoising Regularization

2025-12-15 · Geofrey Owino, Bernard Shibwabo arxiv

Infant cry classification can aid early assessment of infant needs. However, deployment of such solutions is limited by privacy concerns around audio data, sensitivity to background noise, and domain shift across recordi…

Federated Learning

Discovering Hidden Visual Concepts Beyond Linguistic Input in Infant Learning

2025-01-09 · CVPR 2025 1 · Xueyi Ke, Satoshi Tsutsui, Yayun Zhang, Bihan Wen

Infants develop complex visual understanding rapidly, even preceding the acquisition of linguistic skills. As computer vision seeks to replicate the human vision system, understanding infant visual development may offer …

Reverse-engineer the Distributional Structure of Infant Egocentric Views for Training Generalizable Image Classifiers

2021-06-12 · Satoshi Tsutsui, David Crandall, Chen Yu

We analyze egocentric views of attended objects from infants. This paper shows 1) empirical evidence that children's egocentric views have more diverse distributions compared to adults' views, 2) we can computationally s…

Benchmarking Attribute Discrimination in Infant-Scale Vision-Language Models

2025-12-22 · Patrick Batsell, Satoshi Tsutsui, Bihan Wen arxiv

Infants learn not only object categories but also fine-grained visual attributes such as color, size, and texture from limited experience. Prior infant-scale vision--language models have mainly been evaluated on object r…

Object Recognition

Overcoming Small Data Limitations in Video-Based Infant Respiration Estimation

2025-12-07 · Liyang Song, Hardik Bishnoi, Sai Kumar Reddy Manne, Sarah Ostadabbas 외 arxiv

The development of contactless respiration monitoring for infants could enable advances in the early detection and treatment of breathing irregularities, which are associated with neurodevelopmental impairments and condi…