paper-with-me

홈 › Papers

Structural and Statistical Texture Knowledge Distillation for Semantic Segmentation

2023-05-06 · CVPR 2022 1 · Deyi Ji, Haoran Wang, Mingyuan Tao, Jianqiang Huang, Xian-Sheng Hua, Hongtao Lu

Existing knowledge distillation works for semantic segmentation mainly focus on transferring high-level contextual knowledge from teacher to student. However, low-level texture knowledge is also of vital importance for characterizing the local structural pattern and global statistical property, such as boundary, smoothness, regularity and color contrast, which may not be well addressed by high-level deep features. In this paper, we are intended to take full advantage of both structural and statistical texture knowledge and propose a novel Structural and Statistical Texture Knowledge Distillation (SSTKD) framework for semantic segmentation. Specifically, for structural texture knowledge, we introduce a Contourlet Decomposition Module (CDM) that decomposes low-level features with iterative Laplacian pyramid and directional filter bank to mine the structural texture knowledge. For statistical knowledge, we propose a Denoised Texture Intensity Equalization Module (DTIEM) to adaptively extract and enhance statistical texture knowledge through heuristics iterative quantization and denoised operation. Finally, each knowledge learning is supervised by an individual loss function, forcing the student network to mimic the teacher better from a broader perspective. Experiments show that the proposed method achieves state-of-the-art performance on Cityscapes, Pascal VOC 2012 and ADE20K datasets.

📄 PDF Abstract BibTeX arXiv:2305.03944

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationQuantizationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Towards Comparable Knowledge Distillation in Semantic Image Segmentation

2023-09-07 · Onno Niemann, Christopher Vox, Thorben Werner

Knowledge Distillation (KD) is one proposed solution to large model sizes and slow inference speed in semantic segmentation. In our research we identify 25 proposed distillation loss terms from 14 publications in the las…

Image SegmentationKnowledge DistillationSemantic Segmentation

Rank-Aware Quantile Activation for Motion-Robust Crop Segmentation in UAV Imagery

2026-05-31 · Abinav Kiran, Sravan Danda, Aditya Challa, Sougata Sen 외 arxiv

Motion blur from high-speed UAV acquisition de-grades semantic segmentation on rare texture-dependent classes with high agronomic value. Standard CNNs rely on high-frequency magnitude features that blur destroys, causing…

Semantic Segmentation

Structure-Centric Robust Monocular Depth Estimation via Knowledge Distillation

2024-10-09 · Runze Chen, Haiyong Luo, Fang Zhao, Jingze Yu 외

Monocular depth estimation, enabled by self-supervised learning, is a key technique for 3D perception in computer vision. However, it faces significant challenges in real-world scenarios, which encompass adverse weather …

Depth EstimationKnowledge DistillationMonocular Depth EstimationSelf-Supervised Learning

Learning Statistical Texture for Semantic Segmentation

2021-03-06 · CVPR 2021 1 · Lanyun Zhu, Deyi Ji, Shiping Zhu, Weihao Gan 외

Existing semantic segmentation works mainly focus on learning the contextual information in high-level semantic features with CNNs. In order to maintain a precise boundary, low-level texture features are directly skip-co…

QuantizationSegmentationSemantic Segmentation

Multi-Granularity Structural Knowledge Distillation for Language Model Compression

2022-05-01 · ACL 2022 5 · Chang Liu, Chongyang Tao, Jiazhan Feng, Dongyan Zhao

Transferring the knowledge to a small model through distillation has raised great interest in recent years. Prevailing methods transfer the knowledge derived from mono-granularity language units (e.g., token-level or sam…

Knowledge DistillationLanguage ModelingLanguage ModellingModel Compression+1