paper-with-me

홈 › Papers

The Animation Transformer: Visual Correspondence via Segment Matching

2021-09-06 · ICCV 2021 10 · Evan Casey, Víctor Pérez, Zhuoru Li, Harry Teitelman, Nick Boyajian, Tim Pulver, Mike Manh, William Grisaitis

Visual correspondence is a fundamental building block on the way to building assistive tools for hand-drawn animation. However, while a large body of work has focused on learning visual correspondences at the pixel-level, few approaches have emerged to learn correspondence at the level of line enclosures (segments) that naturally occur in hand-drawn animation. Exploiting this structure in animation has numerous benefits: it avoids the intractable memory complexity of attending to individual pixels in high resolution images and enables the use of real-world animation datasets that contain correspondence information at the level of per-segment colors. To that end, we propose the Animation Transformer (AnT) which uses a transformer-based architecture to learn the spatial and visual relationships between segments across a sequence of images. AnT enables practical ML-assisted colorization for professional animation workflows and is publicly accessible as a creative tool in Cadmium.

📄 PDF Abstract BibTeX arXiv:2109.02614

Code (0)

등록된 구현이 없습니다.

Tasks

Colorization

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

AnimeRun: 2D Animation Visual Correspondence from Open Source 3D Movies

2022-11-10 · Li SiYao, Yuhang Li, Bo Li, Chao Dong 외

Existing correspondence datasets for two-dimensional (2D) cartoon suffer from simple frame composition and monotonic movements, making them insufficient to simulate real animations. In this work, we present a new 2D anim…

Optical Flow Estimation

Learning Inclusion Matching for Animation Paint Bucket Colorization

2024-03-27 · CVPR 2024 1 · Yuekun Dai, Shangchen Zhou, Qinyue Li, Chongyi Li 외

Colorizing line art is a pivotal task in the production of hand-drawn cel animation. This typically involves digital painters using a paint bucket tool to manually color each segment enclosed by lines, based on RGB value…

Colorization

Region-Wise Correspondence Prediction between Manga Line Art Images

2025-09-11 · Yingxuan Li, Jiafeng Mao, Qianru Qiu, Yusuke Matsui arxiv

Understanding region-wise correspondences between manga line art images is fundamental for high-level manga processing, supporting downstream tasks such as line art colorization and in-between frame generation. Unlike na…

Paint Bucket Colorization Using Anime Character Color Design Sheets

2024-10-25 · Yuekun Dai, Qinyue Li, Shangchen Zhou, Yihang Luo 외

Line art colorization plays a crucial role in hand-drawn animation production, where digital artists manually colorize segments using a paint bucket tool, guided by RGB values from character color design sheets. This pro…

ColorizationLine Art Colorization

EverybodyDance: Bipartite Graph-Based Identity Correspondence for Multi-Character Animation

2025-12-18 · Haotian Ling, Zequn Chen, Qiuying Chen, Donglin Di 외 arxiv

Consistent pose-driven character animation has achieved remarkable progress in single-character scenarios. However, extending these advances to multi-character settings is non-trivial, especially when position swap is in…