REVIEW 2 major objections 4 minor 123 references
Robust Face Super-Resolution and Recognition Through Multi-Feature Aggregation in Diffusion Models
T0 review · 2 major / 4 minor · reviewed 2026-07-11 · grok-4.5
Pith's one-line read Fusing features from multiple low-resolution face images into a diffusion model yields super-resolved faces that preserve identity and raise recognition accuracy without soft attributes or gradient guidance.
desk verdict Solid incremental multi-frame face SR that actually moves recognition and quality metrics without soft attributes or gradient guidance. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The Feature Combiner ensemble: pairs of 512-dimensional face embeddings are averaged and refined by a small MLP, then the refined vectors are averaged across all pairs to form a single higher-signal feature that is injected, together with the reference low-resolution image and the diffusion timestep, into every residual block of the reverse SDE.
What would settle it
On a held-out multi-frame surveillance sequence with known high-resolution ground truth, replace the Feature Combiner ensemble by plain averaging or reduce the number of auxiliary frames to one and check whether Rank-1 accuracy and LPIPS of the super-resolved output fall below the previous second-best baseline; if the advantage disappears, the multi-feature claim fails.
Extended reading notes
Core claim
FASR++ conditions a score-based diffusion model on a reference low-resolution face together with a merged identity descriptor produced by an ensemble of Feature Combiner modules applied to multiple auxiliary low-resolution images of the same person; the generated super-resolved faces achieve state-of-the-art verification AUC, Rank-1 and Rank-5 accuracy, PSNR, SSIM and LPIPS on CelebA and Quis-Campi without requiring explicit soft-attribute labels or reverse-process gradient guidance.
Load-bearing premise
Features taken from several low-resolution images of one person, once fused by the trained combiner, still carry enough clean identity signal for the diffusion model to reconstruct high-frequency facial detail that generalizes to real surveillance footage.
Editorial extensions
If this is right
- Multi-frame surveillance video can be turned into identity-preserving probes that raise Rank-1 and Rank-5 recognition rates.
- Soft-attribute classifiers and gradient-based guidance become unnecessary for diffusion face super-resolution.
- Image-quality metrics and recognition metrics can be improved together rather than traded off.
- Training the combiner on larger, more diverse face collections further lifts Rank-1 accuracy.
Reading between the lines
- The same multi-observation feature aggregation could be applied to other identity-preserving inverse problems such as deblurring or inpainting when several degraded views of one person are available.
- Because absolute cosine similarity after fusion remains modest, better visual encoders or uncertainty-weighted fusion may still yield further gains.
- Running feature averages could be cached and updated online so that super-resolution keeps pace with a live video stream.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces FASR++, a diffusion-model face super-resolution method (NCSN++ backbone, VE-SDE) that conditions reverse sampling on a reference LR image (channel-concatenated) plus a merged 512-d AdaFace feature vector F_M. F_M is produced by an ensemble of Feature Combiner modules, each of which fuses a pair of LR embeddings via their arithmetic mean plus a learned residual network δ (trained by triplet loss on CASIA-WebFace). Two independent SR samples are averaged to form the final output. The method is claimed to recover identity-consistent high-frequency detail without explicit soft attributes or gradient guidance at inference, yielding state-of-the-art AUC, Rank-1/Rank-5, PSNR, SSIM and LPIPS on CelebA (500 identities) and Quis-Campi (90 identities) relative to GFPGAN, SPARNET, SwinIR, SR3, SDE-SR, IDM, SRDG and the authors’ prior FASR.
Significance. If the reported gains hold, FASR++ supplies a practical multi-frame conditioning strategy that improves both perceptual quality and downstream recognition utility for surveillance face SR. Concrete strengths include publicly released code, systematic ablations on the residual weight η, the size of the δ training set, and dual-sample averaging, paired t-tests (p < 10^{-5}), CMC curves, and an explicit failure-case discussion. Avoiding attribute classifiers and classifier-gradient guidance at test time is a genuine practical advantage. The advance is incremental over the authors’ FASR/SDE-SR line, yet the multi-feature aggregation mechanism and the empirical package are solid and reproducible.
major comments (2)
- [Section 4.2, Figure 5, Eq. 5] Section 4.2 and Figure 5: after FC fusion the mean cosine similarity to the gallery embedding rises only from 0.162 to 0.350. While the relative gain is statistically significant and the ablations (Tables 3–4) show that enabling δ (η = 1) improves Rank-1/PSNR/SSIM/LPIPS, the absolute value remains modest. Because F_M is the sole high-level identity signal injected into the reverse SDE (Eq. 5), the manuscript should quantify how much of the observed recognition and LPIPS gains can be attributed to this signal (e.g., by controlled noise injection into F_M or by correlating fused similarity with per-identity Rank-1).
- [Section 4.1, Tables 1–2] Section 4.1 and Tables 1–2: Quis-Campi probes are further 8 imes down-sampled even though the source frames are already low-quality surveillance imagery, and only five auxiliary images are used. The central claim of robustness under real surveillance conditions would be more convincing with an explicit ablation on the number of auxiliaries N (already partially present for CelebA) and, if feasible, a native-resolution probe experiment without the additional synthetic down-sampling step.
minor comments (4)
- [Throughout] Several concatenated words appear in the supplied text (e.g., “variationsinillumination”, “posesachallenge”). These are almost certainly PDF-extraction artefacts, but the camera-ready version should be checked for residual spacing or hyphenation errors.
- [Figure 1, Section 3.1] Figure 1 caption and Section 3.1: the dual-sample averaging step (SR_a, SR_b → SR) is described only briefly; a short sentence on the observed variance reduction would help readers understand why two samples are sufficient.
- [Section 3.5] Section 3.5: the precise channel dimension C after the linear projections of the time and feature embeddings is never stated; adding the value (or noting that it matches the residual-block width) would improve reproducibility.
- [Table 2] Table 2: SRDG is listed as a competitor that uses soft attributes; a one-sentence reminder that those attributes are oracle-provided (and therefore unavailable in true LR surveillance) would make the comparison fairer.
Circularity Check
No significant circularity: empirical SR method with external baselines, standard metrics, and independent ablations; self-citations to prior FASR/SDE-SR are incremental, not load-bearing.
full rationale
The paper presents an engineering contribution (FASR++): a Feature Combiner ensemble (Eq. 1-3, trained with triplet loss on CASIA-WebFace) that produces a merged AdaFace vector F_M, which conditions an NCSN++ reverse SDE (Eq. 5-6, trained on FFHQ) together with a reference LR image. Evaluation uses held-out CelebA/Quis-Campi identities, standard external metrics (AdaFace cosine for Rank-1/5/AUC; PSNR/SSIM/LPIPS), and independent SOTA baselines (GFPGAN, SPARNET, SwinIR, SR3, IDM) plus the authors' own prior methods. Ablations (Tables 3-4, Fig. 8-9) isolate the contribution of δ (η=1) and dual-sample averaging without tautology. No equation equates a claimed prediction to a fitted input by construction; no uniqueness theorem or ansatz is imported from self-citations to force the result; recognition gains are measured downstream on generated images, not on the intermediate fused features themselves. Self-citations (to FASR 2024a, SDE-SR 2022, SRDG 2024b) are normal for an incremental paper and are not required for the SOTA claim against external methods. Absolute cosine similarity of fused LR features remains modest (0.35), but this is quantified and does not create circularity. The derivation chain is therefore self-contained and non-circular.
Assumptions & free parameters
free parameters (5)
- σ_min / σ_max (VE noise schedule) =
0.001 / 348
- triplet-loss margin for δ network =
0.495
- η (Feature Combiner residual weight) =
1
- number of reverse SDE steps =
2000
- dropout rates (0.2 in δ, 0.1 in residual blocks) =
0.2 / 0.1
assumptions (4)
- domain assumption Score-based generative modeling via reverse-time SDE (Song et al. 2021) correctly approximates the data score when trained with the denoising objective (Eq. 6).
- domain assumption AdaFace (ResNet backbone trained on CASIA-WebFace) produces 512-d embeddings whose cosine similarity is a reliable identity metric even for low-resolution inputs.
- domain assumption Multiple low-resolution frames of the same identity are available at inference time and share a common identity signal that averaging can amplify.
- ad hoc to paper Arithmetic mean of paired features plus a learned residual (Eq. 1) is a sufficient aggregator; other pooling operators are inferior.
invented entities (2)
-
Feature Combiner (FC) module with residual network δ
-
FASR++ pipeline (ensemble of FCs + dual-sample averaging + multi-feature conditioning of NCSN++)
Cite this review
Pith. "Pith review of Robust Face Super-Resolution and Recognition Through Multi-Feature Aggregation in Diffusion Models." pith.science (2026). https://pith.science/paper/TT5W22UG
@misc{pith2026260705702,
author = {Pith},
title = {Pith review of: Robust Face Super-Resolution and Recognition Through Multi-Feature Aggregation in Diffusion Models},
year = {2026},
howpublished = {\url{https://pith.science/paper/TT5W22UG}},
note = {Machine review of arXiv:2607.05702}
}
read the original abstract
Images acquired in surveillance environments often suffer from conditions such as low resolution, variations in pose, irregular illumination, and occlusions. Due to the low quality of these images, face recognition algorithms often struggle. This major limitation can be addressed by employing super-resolution techniques that enhance the details of the image. However, due to the high degree of difficulty of the problem, most super-resolution algorithms tend to cause distortions in the image and in the individual's identity. Thus, additional information must be incorporated into the processing to improve recognition robustness. In this regard, surveillance cameras can capture multiple images, even at low quality, and the data extracted from these images, such as consecutive video frames, can significantly enhance both super-resolution and facial recognition. In this work, we introduce FASR++, a diffusion-model-based super-resolution algorithm. It leverages a reference low-resolution image and features extracted from multiple auxiliary low-quality images to generate a super-resolved output, minimizing distortions in the individual's identity. Our approach recovers facial features without explicitly providing soft attributes or computing a function gradient to guide the reconstruction process. FASR++ generates high-quality images that can considerably improve performance in face recognition tasks when used as a pre-processing step. We validate our approach on two standard face recognition datasets and attain state-of-the-art results for verification, face recognition, and image quality metrics such as PSNR, SSIM, and LPIPS.
Figures
Figures from the paper (7 more)
Reference graph
Works this paper leans on
- [1]
-
[2]
Guide to writing empirical papers, theses, and dissertations , author=. 2001 , publisher=
work page 2001
-
[3]
Beall, Jeffrey , journal=. What. 2017 , publisher=
work page 2017
-
[4]
Piwowar, Heather and Priem, Jason and Larivi. The state of. PeerJ , volume=. 2018 , publisher=
work page 2018
-
[5]
Contemporary empirical methods in software engineering , pages=
Open science in software engineering , author=. Contemporary empirical methods in software engineering , pages=. 2020 , publisher=
work page 2020
-
[6]
Proceedings - International Conference on Pattern Recognition , keywords =
Ahmed, Nasir Udin and Cvetkovic, Slobodan and Siddiqi, Erfanul Hoque and Nikiforov, Andrey and Nikiforov, Ilia , doi =. Proceedings - International Conference on Pattern Recognition , keywords =
-
[7]
IEEE Transactions on Information Forensics and Security , keywords =
Proen. IEEE Transactions on Information Forensics and Security , keywords =. doi:10.1109/TIFS.2017.2771230 , issn =
-
[8]
Periocular Recognition Using CNN Features Off-the-Shelf , year=
Hernandez-Diaz, Kevin and Alonso-Fernandez, Fernando and Bigun, Josef , booktitle=. Periocular Recognition Using CNN Features Off-the-Shelf , year=
Show all 123 references
-
[9]
Unconstrained periocular biometric acquisition and recognition using COTS PTZ camera for uncooperative and non-cooperative subjects , year=
Juefei-Xu, Felix and Savvides, Marios , booktitle=. Unconstrained periocular biometric acquisition and recognition using COTS PTZ camera for uncooperative and non-cooperative subjects , year=
-
[10]
2016 , note =
A survey on periocular biometrics research , journal =. 2016 , note =. doi:10.1016/j.patrec.2015.08.026 , author =
2016 doi
-
[11]
Best Regions for Periocular Recognition with NIR and Visible Images , journal =
Alonso-Fernandez, Fernando and Bigun, Josef , year =. Best Regions for Periocular Recognition with NIR and Visible Images , journal =
-
[12]
and Santos, Gil , doi =
Proenca, Hugo and Neves, Joao C. and Santos, Gil , doi =. IJCB 2014 - 2014 IEEE/IAPR International Joint Conference on Biometrics , title =
2014
-
[13]
Noisy iris image matching by using multiple cues , volume =
Tan, Tieniu and Zhang, Xiaobo and Sun, Zhenan and Zhang, Hui , year =. Noisy iris image matching by using multiple cues , volume =. Pattern Recognition Letters - PRL , doi =
-
[14]
Pattern Recognition Letters , keywords =
Wang, Qi and Zhang, Xiangde and Li, Mingqi and Dong, Xiaopeng and Zhou, Qunhua and Yin, Yu , doi =. Pattern Recognition Letters , keywords =. doi:10.1016/j.patrec.2011.08.014 , volume =
2011 doi
-
[15]
Deep Periocular Representation Aiming Video Surveillance , volume =
Luz, Eduardo and Moreira, Gladston and Zanlorensi, Luiz and Menotti, David , year =. Deep Periocular Representation Aiming Video Surveillance , volume =. Pattern Recognition Letters , doi =
-
[16]
and Luz, Eduardo and Zanlorensi, Luiz A
Silva, Pedro H. and Luz, Eduardo and Zanlorensi, Luiz A. and Menotti, David and Moreira, Gladston , booktitle=. Multimodal Feature Level Fusion based on Particle Swarm Optimization with Deep Transfer Learning , year=
-
[17]
and Raghavendra, R
Raja, Kiran B. and Raghavendra, R. and Venkatesh, Sushma and Busch, Christoph , doi =. Pattern Recognition Letters , keywords =. doi:10.1016/j.patrec.2016.12.025 , volume =
2016 doi
-
[18]
The BTAS Competition on Mobile Iris Recognition , year=
Zhang, Man and Zhang, Qi and Sun, Zhenan and Zhou, Shujuan and Ahmed, Nasir Uddin , booktitle=. The BTAS Competition on Mobile Iris Recognition , year=
-
[19]
and Raghavendra, R
Sequeira, Ana and Chen, Lulu and Wild, Peter and Ferryman, James and Alonso-Fernandez, Fernando and Raja, Kiran B. and Raghavendra, R. and Busch, Christoph and Bigun, Joseph , booktitle=. Cross-Eyed - Cross-Spectral Iris/Periocular Recognition Database and Competition , year=
-
[20]
and Chen, Lulu and Ferryman, James and Wild, Peter and Alonso-Fernandez, Fernando and Bigun, Josef and Raja, Kiran B
Sequeira, Ana F. and Chen, Lulu and Ferryman, James and Wild, Peter and Alonso-Fernandez, Fernando and Bigun, Josef and Raja, Kiran B. and Raghavendra, R. and Busch, Christoph and de Freitas Pereira, Tiago and Marcel, Sebastien and Behera, Sushree Sangeeta and Gour, Mahesh and...
2017
-
[21]
Pattern Recognit
DeepIris: Learning pairwise filter bank for heterogeneous iris verification , author=. Pattern Recognit. Lett. , year=
-
[22]
DeepIrisNet: Deep iris representation with applications in iris recognition and cross-sensor iris recognition , year=
Gangwar, Abhishek and Joshi, Akanksha , booktitle=. DeepIrisNet: Deep iris representation with applications in iris recognition and cross-sensor iris recognition , year=
-
[23]
Iris Recognition With Off-the-Shelf CNN Features: A Deep Learning Perspective , year=
Nguyen, Kien and Fookes, Clinton and Ross, Arun and Sridharan, Sridha , journal=. Iris Recognition With Off-the-Shelf CNN Features: A Deep Learning Perspective , year=
-
[24]
A multi-biometric iris recognition system based on a deep learning approach , volume =
Al-Waisy, Alaa and Qahwaji, Rami and Ipson, Stanley and Al-Fahdawi, Shumoos and Nagem, Tarek , year =. A multi-biometric iris recognition system based on a deep learning approach , volume =. Pattern Analysis and Applications , doi =
-
[25]
Convolutional Neural Network-Based Periocular Recognition in Surveillance Environments , year=
Kim, Min Cheol and Koo, Ja Hyung and Cho, Se Woon and Baek, Na Rae and Park, Kang Ryoung , journal=. Convolutional Neural Network-Based Periocular Recognition in Surveillance Environments , year=
-
[26]
Sparse Feature Extraction for Pose-Tolerant Face Recognition , year=
Abiantun, Ramzi and Prabhu, Utsav and Savvides, Marios , journal=. Sparse Feature Extraction for Pose-Tolerant Face Recognition , year=
-
[27]
and Kakadiaris, Ioannis A
Bilgazyev, Emil and Efraty, Boris and Shah, Shishir K. and Kakadiaris, Ioannis A. , booktitle=. Improved face recognition using super-resolution , year=
-
[28]
and Ma, Yi , journal=
Yang, Jianchao and Wright, John and Huang, Thomas S. and Ma, Yi , journal=. Image Super-Resolution Via Sparse Representation , year=
-
[29]
2019 , issn =
Pattern Recognition , volume =. 2019 , issn =. doi:10.1016/j.patcog.2019.01.032 , author =
2019 doi
-
[30]
2016 , booktitle =
Perceptual Losses for Real-Time Style Transfer and Super-Resolution , author =. 2016 , booktitle =. doi:10.1007/978-3-319-46475-6\_43 , isbn =
2016 doi
-
[31]
Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network , booktitle =
Ledig, Christian and Theis, Lucas and Huszar, Ferenc and Caballero, Jose and Cunningham, Andrew and Acosta, Alejandro and Aitken, Andrew and Tejani, Alykhan and Totz, Johannes and Wang, Zehan and Shi, Wenzhe , year =. Photo-Realistic Single Image Super-Resolution Using a Gener...
-
[32]
ODE-Inspired Network Design for Single Image Super-Resolution , year=
He, Xiangyu and Mo, Zitao and Wang, Peisong and Liu, Yang and Yang, Mingyuan and Cheng, Jian , booktitle=. ODE-Inspired Network Design for Single Image Super-Resolution , year=
-
[33]
IEEE Computer Society Conference on Computer Vision and Pattern Recognition Workshops , pages =
Lim, Bee and Son, Sanghyun and Kim, Heewon and Nah, Seungjun and Lee, Kyoung Mu , doi =. IEEE Computer Society Conference on Computer Vision and Pattern Recognition Workshops , pages =. 1707.02921 , isbn =
-
[34]
Structure-Preserving Super Resolution With Gradient Guidance , year=
Ma, Cheng and Rao, Yongming and Cheng, Yean and Chen, Ce and Lu, Jiwen and Zhou, Jie , booktitle=. Structure-Preserving Super Resolution With Gradient Guidance , year=
-
[35]
2020 , journal=
Video Super Resolution Based on Deep Learning: A Comprehensive Survey , author=. 2020 , journal=
2020
-
[36]
IEEE/CVF conference on computer vision and pattern recognition , pages=
Deep face super-resolution with iterative collaboration between attentive recovery and landmark estimation , author=. IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[37]
IEEE international conference on computer vision , pages=
Deformable convolutional networks , author=. IEEE international conference on computer vision , pages=
-
[38]
Pattern Recognition , volume=
Deformable face net for pose invariant face recognition , author=. Pattern Recognition , volume=. 2020 , publisher=
2020
-
[39]
IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages=
Fsrnet: End-to-end learning face super-resolution with facial priors , author=. IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages=
-
[40]
Wang, Xintao and Chan, Kelvin CK and Yu, Ke and Dong, Chao and Change Loy, Chen , booktitle=
-
[41]
IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Tdan: Temporally-deformable alignment network for video super-resolution , author=. IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[42]
IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
BasicVSR: The search for essential components in video super-resolution and beyond , author=. IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[43]
ieee/cvf conference on computer vision and pattern recognition , pages=
Pulse: Self-supervised photo upsampling via latent space exploration of generative models , author=. ieee/cvf conference on computer vision and pattern recognition , pages=
-
[44]
2018 , booktitle =
Super-Resolving Very Low-Resolution Face Images with Supplementary Attributes , author =. 2018 , booktitle =. doi:10.1109/CVPR.2018.00101 , keywords =
2018 doi
-
[45]
Deep Learning Face Attributes in the Wild , year=
Liu, Ziwei and Luo, Ping and Wang, Xiaogang and Tang, Xiaoou , booktitle=. Deep Learning Face Attributes in the Wild , year=
-
[46]
ACM Computing Surveys (CSUR) , volume=
Deep learning-based face super-resolution: A survey , author=. ACM Computing Surveys (CSUR) , volume=. 2021 , publisher=
2021
-
[47]
2023 , journal =
Image Super-Resolution via Iterative Refinement , author =. 2023 , journal =
2023
-
[48]
Advances in Neural Information Processing Systems (NeurIPS) , volume =
Kawar, Bahjat and Vaksman, Gregory and Elad, Michael , year =. Advances in Neural Information Processing Systems (NeurIPS) , volume =
-
[49]
IEEE International Conference on Computer Vision , pages=
Wavelet-srnet: A wavelet-based cnn for multi-scale face super resolution , author=. IEEE International Conference on Computer Vision , pages=
-
[50]
IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages=
Super-fan: Integrated facial landmark localization and super-resolution of real-world low resolution faces in arbitrary poses with gans , author=. IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages=
-
[51]
IEEE Transactions on Image Processing , volume=
Learning spatial attention for face super-resolution , author=. IEEE Transactions on Image Processing , volume=. 2020 , doi=
2020
-
[52]
European Conference on Computer Vision (ECCV) , pages=
Attribute-guided face generation using conditional cyclegan , author=. European Conference on Computer Vision (ECCV) , pages=. 2018 , doi=
2018
-
[53]
IEEE Conference on Computer Vision and Pattern Recognition workshops , pages=
Attribute augmented convolutional neural network for face hallucination , author=. IEEE Conference on Computer Vision and Pattern Recognition workshops , pages=. 2018 , doi=
2018
-
[54]
SwinIR: Image Restoration Using Swin Transformer , year=
Liang, Jingyun and Cao, Jiezhang and Sun, Guolei and Zhang, Kai and Van Gool, Luc and Timofte, Radu , booktitle=. SwinIR: Image Restoration Using Swin Transformer , year=
-
[55]
Conference on Graphics, Patterns and Images (SIBGRAPI) , volume =
Multi-Feature Aggregation in Diffusion Models for Enhanced Face Super-Resolution , author =. Conference on Graphics, Patterns and Images (SIBGRAPI) , volume =. 2024 , month =. doi:10.1109/SIBGRAPI62404.2024.10716316 , issn =
2024 doi
-
[56]
AssemblyAI , title =
-
[57]
and Kanade, T
Baker, S. and Kanade, T. , journal=. Limits on super-resolution and how to break them , year=
-
[58]
International Conference on Machine Learning (ICML) , pages=
Improved denoising diffusion probabilistic models , author=. International Conference on Machine Learning (ICML) , pages=. 2021 , doi=
2021
-
[59]
Advances in Neural Information Processing Systems (NeurIPS) , volume=
Improved techniques for training score-based generative models , author=. Advances in Neural Information Processing Systems (NeurIPS) , volume=. 2020 , booktitle =
2020
-
[60]
Score-based generative models with L
Yoon, Eun Bi and Park, Keehun and Kim, Sungwoong and Lim, Sungbin , journal=. Score-based generative models with L. 2023 , doi=
2023
-
[61]
Deep Cascaded Bi-Network for Face Hallucination
Zhu, Shizhan and Liu, Sifei and Loy, Chen Change and Tang, Xiaoou. Deep Cascaded Bi-Network for Face Hallucination. European Conference on Computer Vision (ECCV). 2016
2016
-
[62]
Neurocomputing , volume =
Haoying Li and Yifan Yang and Meng Chang and Shiqi Chen and Huajun Feng and Zhihai Xu and Qi Li and Yueting Chen , year =. Neurocomputing , volume =. doi:10.1016/j.neucom.2022.01.029 , issn =
2022 doi
-
[63]
International Conference on Learning Representations (ICLR) , month=
Score-based generative modeling through stochastic differential equations , author=. International Conference on Learning Representations (ICLR) , month=. 2021 , pages=
2021
-
[64]
2019 , booktitle =
Generative Modeling by Estimating Gradients of the Data Distribution , author =. 2019 , booktitle =
2019
-
[65]
International Conference on Machine Learning (ICML) , volume =
Deep Unsupervised Learning using Nonequilibrium Thermodynamics , author =. International Conference on Machine Learning (ICML) , volume =. 2015 , month =
2015
-
[66]
Denoising Diffusion Probabilistic Models , volume =
Ho, Jonathan and Jain, Ajay and Abbeel, Pieter , booktitle =. Denoising Diffusion Probabilistic Models , volume =. 2020 , doi=
2020
-
[67]
Stochastic Processes and their Applications , volume=
Reverse-time diffusion equation models , author=. Stochastic Processes and their Applications , volume=. 1982 , publisher=
1982
-
[68]
Towards Real-World Blind Face Restoration with Generative Facial Prior , year=
Wang, Xintao and Li, Yu and Zhang, Honglun and Shan, Ying , booktitle=. Towards Real-World Blind Face Restoration with Generative Facial Prior , year=
-
[69]
arXiv preprint , year=
Gotta Go Fast When Generating Data with Score-Based Models , author=. arXiv preprint , year=
-
[70]
arXiv preprint , year=
Modify the improved Euler scheme to integrate stochastic differential equations , author=. arXiv preprint , year=
-
[71]
Advances in Neural Information Processing Systems (NeurIPS) , year=
Score-based Generative Modeling in Latent Space , author=. Advances in Neural Information Processing Systems (NeurIPS) , year=
-
[72]
International Conference on Learning Representations (ICLR) , year=
Denoising diffusion implicit models , author=. International Conference on Learning Representations (ICLR) , year=
-
[73]
Geophysical Journal International , volume=
Bayesian seismic inversion: a fast sampling Langevin dynamics Markov chain Monte Carlo method , author=. Geophysical Journal International , volume=. 2021 , publisher=
2021
-
[74]
Journal of Statistical Physics , volume=
Optimal non-reversible linear drift for the convergence to equilibrium of a diffusion , author=. Journal of Statistical Physics , volume=. 2013 , publisher=
2013
-
[75]
Journal of Statistical Physics , volume=
Attaining the optimal Gaussian diffusion acceleration , author=. Journal of Statistical Physics , volume=. 2014 , publisher=
2014
-
[76]
Proceedings of Machine Learning Research , volume=
Breaking Reversibility Accelerates Langevin Dynamics for Non-Convex Optimization , author=. Proceedings of Machine Learning Research , volume=
-
[77]
Diffusion Models Beat
Dhariwal, Prafulla and Nichol, Alexander , year =. Diffusion Models Beat. Advances in Neural Information Processing Systems (NeurIPS) , volume =
-
[78]
Nanxin Chen and Yu Zhang and Heiga Zen (Byungha Chun) and Ron Weiss and Mohammad Norouzi and William Chan , year =
-
[79]
European Conference on Computer Vision (ECCV) , pages=
Learning gradient fields for shape generation , author=. European Conference on Computer Vision (ECCV) , pages=. 2020 , doi=
2020
-
[80]
Chenlin Meng and Yutong He and Yang Song and Jiaming Song and Jiajun Wu and Jun-Yan Zhu and Stefano Ermon , year =
-
[81]
2022 , booktitle =
Solving Inverse Problems in Medical Imaging with Score-Based Generative Models , author=. 2022 , booktitle =
2022
-
[82]
International Conference on Artificial Intelligence and Statistics (AISTATS) , volume =
Permutation Invariant Graph Generation via Score-Based Generative Modeling , author =. International Conference on Artificial Intelligence and Statistics (AISTATS) , volume =. 2020 , month =
2020
-
[83]
International Conference on Learning Representations (ICLR) , year=
Score-Based Generative Modeling with Critically-Damped Langevin Diffusion , author=. International Conference on Learning Representations (ICLR) , year=
-
[84]
Neural computation , volume=
A connection between score matching and denoising autoencoders , author=. Neural computation , volume=. 2011 , publisher=
2011
-
[85]
2019 , publisher=
Applied stochastic differential equations , author=. 2019 , publisher=
2019
-
[86]
2022 , booktitle =
Photorealistic Text-to-Image Diffusion Models with Deep Language Understanding , author =. 2022 , booktitle =
2022
-
[87]
Oxford VGGFace Implementation using Keras Functional Framework v2+
-
[88]
Nuclear Physics B , volume=
Correlation functions and computer simulations , author=. Nuclear Physics B , volume=. 1981 , publisher=
1981
-
[89]
Handbook of markov chain monte carlo , volume=
MCMC using Hamiltonian dynamics , author=. Handbook of markov chain monte carlo , volume=. 2011 , publisher=
2011
-
[90]
and Shechtman, Eli and Wang, Oliver , title=
Zhang, Richard and Isola, Phillip and Efros, Alexei A. and Shechtman, Eli and Wang, Oliver , title=. IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , year=
-
[91]
A Style-Based Generator Architecture for Generative Adversarial Networks , year=
Karras, Tero and Laine, Samuli and Aila, Timo , booktitle=. A Style-Based Generator Architecture for Generative Adversarial Networks , year=
-
[92]
Progressive growing of
Karras, Tero and Aila, Timo and Laine, Samuli and Lehtinen, Jaakko , booktitle =. Progressive growing of. 2018 , pages=
2018
-
[93]
Numerical Solution of Stochastic Differential Equations , volume =
Kloeden, Peter and Platen, Eckhard , year =. Numerical Solution of Stochastic Differential Equations , volume =
-
[94]
IEEE International Conference on Automatic Face & Gesture Recognition (FG) , pages=
Low resolution face recognition in surveillance systems using discriminant correlation analysis , author=. IEEE International Conference on Automatic Face & Gesture Recognition (FG) , pages=
-
[95]
IEEE Transactions on Information Forensics and Security , volume=
On low-resolution face recognition in the wild: Comparisons and new techniques , author=. IEEE Transactions on Information Forensics and Security , volume=. 2019 , publisher=
2019
-
[96]
Electronics , volume=
A Short Survey on Machine Learning Explainability: An Application to Periocular Recognition , author=. Electronics , volume=. 2021 , publisher=
2021
-
[97]
Iberoamerican Congress on Pattern Recognition (CIARP) , volume =
Multi-Task Learning for Low-Resolution License Plate Recognition , author =. Iberoamerican Congress on Pattern Recognition (CIARP) , volume =. 2019 , month =
2019
-
[98]
International Conference on Computer Vision Theory and Applications (VISAPP) , volume =
On the Cross-dataset Generalization in License Plate Recognition , author =. International Conference on Computer Vision Theory and Applications (VISAPP) , volume =. 2022 , month =. doi:10.5220/0010846800003124 , isbn =
2022 doi
-
[99]
Conference on Graphics, Patterns and Images (SIBGRAPI) , volume =
A First Look at Dataset Bias in License Plate Recognition , author =. Conference on Graphics, Patterns and Images (SIBGRAPI) , volume =. 2022 , month =. doi:10.1109/SIBGRAPI55357.2022.9991768 , issn =
2022 doi
-
[100]
2017 , booktitle =
A Deeper Look at Dataset Bias , author =. 2017 , booktitle =. doi:10.1007/978-3-319-58347-1\_2 , isbn =
2017 doi
-
[101]
2011 , booktitle =
Unbiased look at dataset bias , author =. 2011 , booktitle =
2011
-
[102]
Grgic, Mislav and Delac, Kresimir and Grgic, Sonja , journal=
-
[103]
IET Biometrics , volume=
Neves, Joao and Moreno, Juan and Proen. IET Biometrics , volume=. 2018 , publisher=
2018
-
[104]
Defying Limits: Super-Resolution Refinement with Diffusion Guidance , booktitle=
Marcelo. Defying Limits: Super-Resolution Refinement with Diffusion Guidance , booktitle=. 2024 , pages=. doi:10.5220/0012398900003660 , isbn=
2024 doi
-
[105]
IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages=
Implicit diffusion models for continuous super-resolution , author=. IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages=. 2023 , doi=
2023
-
[106]
Conference on Graphics, Patterns and Images (SIBGRAPI) , volume =
Face Super-Resolution Using Stochastic Differential Equations , author =. Conference on Graphics, Patterns and Images (SIBGRAPI) , volume =. 2022 , month =. doi:10.1109/SIBGRAPI55357.2022.9991799 , issn =
2022 doi
-
[107]
arXiv preprint , year=
Learning face representation from scratch , author=. arXiv preprint , year=
-
[108]
IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages=
Deep residual learning for image recognition , author=. IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages=. 2016 , doi=
2016
-
[109]
2022 , doi=
Kim, Minchul and Jain, Anil K and Liu, Xiaoming , booktitle=. 2022 , doi=
2022
-
[110]
IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Collaborative diffusion for multi-modal face generation and editing , author=. IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[111]
IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages=
On Distillation of Guided Diffusion Models , author=. IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages=. 2023 , doi=
2023
-
[112]
IEEE/CVF Winter Conference on Applications of Computer Vision , pages=
Diffuse and restore: A region-adaptive diffusion model for identity-preserving blind face restoration , author=. IEEE/CVF Winter Conference on Applications of Computer Vision , pages=. 2024 , doi=
2024
-
[113]
2023 , doi=
Zhang, Zhixing and Han, Ligong and Ghosh, Arnab and Metaxas, Dimitris and Ren, Jian , booktitle=. 2023 , doi=
2023
-
[114]
ITG Conference on Speech Communication , pages=
Audio-visual speech enhancement with score-based generative models , author=. ITG Conference on Speech Communication , pages=. 2023 , doi=
2023
-
[115]
2023 , journal =
Super-Resolution of License Plate Images Using Attention Modules and Sub-Pixel Convolution Layers , author =. 2023 , journal =. doi:10.1016/j.cag.2023.05.005 , issn =
2023 doi
-
[116]
Conference on Graphics, Patterns and Images (SIBGRAPI) , volume =
Combining Attention Module and Pixel Shuffle for License Plate Super-resolution , author =. Conference on Graphics, Patterns and Images (SIBGRAPI) , volume =. 2022 , month =. doi:10.1109/SIBGRAPI55357.2022.9991753 , issn =
2022 doi
-
[117]
2024 , journal =
Enhancing License Plate Super-Resolution: A Layout-Aware and Character-Driven Approach , author =. 2024 , journal =. doi:10.1109/SIBGRAPI62404.2024.10716303 , issn =
2024 doi
-
[118]
Advances in Neural Information Processing Systems (NeurIPS) , volume=
Fourier features let networks learn high frequency functions in low dimensional domains , author=. Advances in Neural Information Processing Systems (NeurIPS) , volume=. 2020 , doi=
2020
-
[119]
U-Net: Convolutional Networks for Biomedical Image Segmentation
Ronneberger, Olaf and Fischer, Philipp and Brox, Thomas. U-Net: Convolutional Networks for Biomedical Image Segmentation. Medical Image Computing and Computer-Assisted Intervention -- MICCAI 2015. 2015
2015
-
[120]
Advances in Neural Information Processing Systems (NeurIPS) , volume=
Attention is all you need , author=. Advances in Neural Information Processing Systems (NeurIPS) , volume=. 2017 , doi=
2017
-
[121]
IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages=
Residual attention network for image classification , author=. IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages=. 2017 , doi=
2017
-
[122]
In Defense of the Triplet Loss Again: Learning Robust Person Re-Identification with Fast Approximated Triplet Loss and Label Distillation , year=
Yuan, Ye and Chen, Wuyang and Yang, Yang and Wang, Zhangyang , booktitle=. In Defense of the Triplet Loss Again: Learning Robust Person Re-Identification with Fast Approximated Triplet Loss and Label Distillation , year=
-
[123]
arXiv preprint , year=
Survey of dropout methods for deep neural networks , author=. arXiv preprint , year=
Reviewed July 11, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.