paper-with-me

홈 › Papers

Learnt Deep Hyperparameter selection in Adversarial Training for compressed video enhancement with perceptual critic

2023-02-28 · Darren Ramsook, Anil Kokaram

Image based Deep Feature Quality Metrics (DFQMs) have been shown to better correlate with subjective perceptual scores over traditional metrics. The fundamental focus of these DFQMs is to exploit internal representations from a large scale classification network as the metric feature space. Previously, no attention has been given to the problem of identifying which layers are most perceptually relevant. In this paper we present a new method for selecting perceptually relevant layers from such a network, based on a neuroscience interpretation of layer behaviour. The selected layers are treated as a hyperparameter to the critic network in a W-GAN. The critic uses the output from these layers in the preliminary stages to extract perceptual information. A video enhancement network is trained adversarially with this critic. Our results show that the introduction of these selected features into the critic yields up to 10% (FID) and 15% (KID) performance increase against other critic networks that do not exploit the idea of optimised feature selection.

📄 PDF Abstract BibTeX arXiv:2302.14516

Code (0)

등록된 구현이 없습니다.

Tasks

feature selectionVideo Enhancement

Similar Papers 제목 키워드 기반

Prioritized Training on Points that are Learnable, Worth Learning, and Not Yet Learnt

2022-06-14 · Sören Mindermann, Jan Brauner, Muhammed Razzak, Mrinank Sharma 외

Training on web-scale data can take months. But most computation and time is wasted on redundant and noisy points that are already learnt or not learnable. To accelerate training, we introduce Reducible Holdout Loss Sele…

Calibration of One-Class SVM for MV set estimation

2015-08-30 · Albert Thomas, Vincent Feuillard, Alexandre Gramfort

A general approach for anomaly detection or novelty detection consists in estimating high density regions or Minimum Volume (MV) sets. The One-Class Support Vector Machine (OCSVM) is a state-of-the-art algorithm for esti…

Anomaly DetectionNovelty Detection

Can Intelligent Hyperparameter Selection Improve Resistance to Adversarial Examples?

2019-02-14 · Cody Burkard, Brent Lagesse

Convolutional Neural Networks and Deep Learning classification systems in general have been shown to be vulnerable to attack by specially crafted data samples that appear to belong to one class but are instead classified…

Automatic model training under restrictive time constraints

2021-04-21 · Lukas Cironis, Jan Palczewski, Georgios Aivaliotis

We develop a hyperparameter optimisation algorithm, Automated Budget Constrained Training (AutoBCT), which balances the quality of a model with the computational cost required to tune it. The relationship between hyperpa…

model

SparCA: Sparse Compressed Agglomeration for Feature Extraction and Dimensionality Reduction

2023-01-26 · Leland Barnard, Farwa Ali, Hugo Botha, David T. Jones

The most effective dimensionality reduction procedures produce interpretable features from the raw input space while also providing good performance for downstream supervised learning tasks. For many methods, this requir…

Dimensionality Reductionfeature selection