paper-with-me

Papers

Chebyshev Attention Depth Permutation Texture Network with Latent Texture Attribute Loss

2025-01-01 · CVPR 2025 1 · Ravishankar Evani, Deepu Rajan, Shangbo Mao

Despite recent advances in deep texture recognition, existing methods still lack representational diversity and struggle to capture and preserve discriminative cues across stages of representation hierarchies. Moreover, many rely on loss formulations that prioritize recognition accuracy while overlooking spatial coherence and statistical consistency in the feature space. To address these issues, we propose three key innovations: Stochastic Local Texture Masking (SLTM), a regularization strategy that randomly occludes small texture patches to promote the learning of broader spatial and contextual dependencies; the Chebyshev Attention Depth Permutation Texture Network (CAPTN), a novel architecture that learns expressive and persistent Latent Texture Attribute (LTA) representations. CAPTN integrates a Texture Frequency Attention (TFA) module that generates LTAs and enables frequency-aware interpretability, a Dual Depth Permutation (D2P) module to expose complementary channel adjacency patterns, and Learnable Chebyshev Polynomials (LCPs) to model high-order orderless LTA transformations via recursive Chebyshev basis expansion; and a Latent Texture Attribute Loss that jointly optimizes classification accuracy, statistical alignment, and spatial fidelity. CAPTN supports end-to-end training without relying on fine-tuned CNN backbones and achieves state-of-the-art performance on several texture and material recognition benchmarks. (Code: https://github.com/RavishankarEvani/CAPTN)

📄 PDF Abstract BibTeX

Code (1)

ravishankarevani/captn 공식 구현 pytorch

Tasks

AttributeMaterial Recognition

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Depth-aware Volume Attention for Texture-less Stereo Matching

2024-02-14 · Tong Zhao, Mingyu Ding, Wei Zhan, Masayoshi Tomizuka 외

Stereo matching plays a crucial role in 3D perception and scenario understanding. Despite the proliferation of promising methods, addressing texture-less and texture-repetitive conditions remains challenging due to the i…

Depth EstimationStereo Matching

Direct and Explicit 3D Generation from a Single Image

2024-11-17 · HaoYu Wu, Meher Gitika Karumuri, Chuhang Zou, Seungbae Bang 외

Current image-to-3D approaches suffer from high computational costs and lack scalability for high-resolution outputs. In contrast, we introduce a novel framework to directly generate explicit surface geometry and texture…

3D GenerationDecoderImage to 3DNovel View Synthesis

A Light and Tuning-free Method for Simulating Camera Motion in Video Generation

2025-03-09 · Quanjian Song, Zhihang Lin, Zhanpeng Zeng, Ziyue Zhang 외

Existing camera motion-controlled video generation methods face computational bottlenecks in fine-tuning and inference. This paper proposes LightMotion, a light and tuning-free method for simulating camera motion in vide…

DenoisingDepth EstimationVideo Generation

SceneTex: High-Quality Texture Synthesis for Indoor Scenes via Diffusion Priors

2023-11-28 · CVPR 2024 1 · Dave Zhenyu Chen, Haoxuan Li, Hsin-Ying Lee, Sergey Tulyakov 외

We propose SceneTex, a novel method for effectively generating high-quality and style-consistent textures for indoor scenes using depth-to-image diffusion priors. Unlike previous methods that either iteratively warp 2D v…

DecoderTexture Synthesis

AC-PKAN: Attention-Enhanced and Chebyshev Polynomial-Based Physics-Informed Kolmogorov-Arnold Networks

2025-05-13 · Hangwei Zhang, Zhimu Huang, Yan Wang

Kolmogorov-Arnold Networks (KANs) have recently shown promise for solving partial differential equations (PDEs). Yet their original formulation is computationally and memory intensive, motivating the introduction of Cheb…

Kolmogorov-Arnold Networks