paper-with-me

홈 › Papers

Task-Specific Normalization for Continual Learning of Blind Image Quality Models

2021-07-28 · Weixia Zhang, Kede Ma, Guangtao Zhai, Xiaokang Yang

In this paper, we present a simple yet effective continual learning method for blind image quality assessment (BIQA) with improved quality prediction accuracy, plasticity-stability trade-off, and task-order/-length robustness. The key step in our approach is to freeze all convolution filters of a pre-trained deep neural network (DNN) for an explicit promise of stability, and learn task-specific normalization parameters for plasticity. We assign each new IQA dataset (i.e., task) a prediction head, and load the corresponding normalization parameters to produce a quality score. The final quality estimate is computed by black a weighted summation of predictions from all heads with a lightweight $K$-means gating mechanism. Extensive experiments on six IQA datasets demonstrate the advantages of the proposed method in comparison to previous training techniques for BIQA.

📄 PDF Abstract BibTeX arXiv:2107.13429

Code (2)

zwx8981/tsn-iqa 공식 구현 pytorch
yangyucheng000/MSpaper/tree/main/tsn mindspore

Tasks

Continual LearningImage Quality AssessmentNo-Reference Image Quality Assessment

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Continual Normalization: Rethinking Batch Normalization for Online Continual Learning

2022-03-30 · ICLR 2022 4 · Quang Pham, Chenghao Liu, Steven Hoi

Existing continual learning methods use Batch Normalization (BN) to facilitate training and improve generalization across tasks. However, the non-i.i.d and non-stationary nature of continual learning data, especially in …

Continual Learning

Continual Learning for Blind Image Quality Assessment

2021-02-19 · Weixia Zhang, Dingquan Li, Chao Ma, Guangtao Zhai 외

The explosive growth of image data facilitates the fast development of image processing and computer vision methods for emerging visual applications, meanwhile introducing novel distortions to the processed images. This …

Continual LearningImage Quality AssessmentNo-Reference Image Quality Assessment

New Insights for the Stability-Plasticity Dilemma in Online Continual Learning

2023-02-17 · Dahuin Jung, Dongjin Lee, Sunwon Hong, Hyemi Jang 외

The aim of continual learning is to learn new tasks continuously (i.e., plasticity) without forgetting previously learned knowledge from old tasks (i.e., stability). In the scenario of online continual learning, wherein …

Continual Learning

VCNet: A Robust Approach to Blind Image Inpainting

2020-03-15 · ECCV 2020 8 · Yi Wang, Ying-Cong Chen, Xin Tao, Jiaya Jia

Blind inpainting is a task to automatically complete visual contents without specifying masks for missing areas in an image. Previous works assume missing region patterns are known, limiting its application scope. In thi…

Image InpaintingPrediction

Beyond Entropy: Style Transfer Guided Single Image Continual Test-Time Adaptation

2023-11-30 · Younggeol Cho, Youngrae Kim, Dongman Lee

Continual test-time adaptation (cTTA) methods are designed to facilitate the continual adaptation of models to dynamically changing real-world environments where computational resources are limited. Due to this inherent …

image-classificationImage ClassificationSemantic SegmentationStyle Transfer+1