← Search

Marios Savvides

38 accepted papers

2026

KnowledgeSmith: Uncovering Knowledge Updating in LLMs with Model Editing and Unlearning

ICLR 2026poster

Knowledge editing and machine unlearning are two popular approaches for large language models (LLMs) to stay up-to-date. However, the knowledge updating mechanism of LLMs remains largely unexplored due to insufficient, isolated, and small-scale evaluation. For instance, are LLMs similar to humans in…

Cited by 0SourcecodeScholar
2026

MetaVLA: Unified Meta Co-Training for Efficient Embodied Adaptation

ICLR 2026poster

Vision–Language–Action (VLA) models show promise in embodied reasoning, yet remain far from true generalists—they often require task-specific fine-tuning, incur high compute costs, and generalize poorly to unseen tasks. We propose MetaVLA, a unified, backbone-agnostic post-training framework for eff…

Cited by 0SourceScholar
2026

Reward Evolution with Graph-Of-Thoughts: A Bi-Level Language Model Framework for Reinforcement Learning

ICRA 2026poster

Designing effective reward functions remains a major challenge in reinforcement learning (RL), often requiring considerable human expertise and iterative refinement. Recent advances leverage Large Language Models (LLMs) for automated reward design, but these approaches are limited by hallucinations,…

2026

STELAR-VISION: Self-Topology-Aware Efficient Learning for Aligned Reasoning in Vision

AAAI 2026technical

Vision-language models (VLMs) have made significant strides in reasoning, yet they often struggle with complex multimodal tasks and tend to generate overly verbose outputs. A key limitation is their reliance on chain-of-thought (CoT) reasoning, despite many tasks benefiting from alternative topologi

Cited by 0SourcePDFScholar
2026

Self-Corrected Image Generation with Explainable Latent Rewards

CVPR 2026

Despite significant progress in text-to-image generation, aligning outputs with complex prompts remains challenging, particularly for fine-grained semantics and spatial relations. This difficulty stems from the feed-forward nature of generation, which requires anticipating alignment without fully un

Cited by 0SourceScholar
2026

Similarity Is Not Logic: Factored Inference for Dual-Encoder Vision-Language Models

ICML 2026poster

Dual-encoder vision-language models (VLMs) expose a similarity interface that enables zero-shot retrieval but fails compositional constraints: queries like “umbrella and no person” retrieve images containing both, even when concept detection is reliable. We trace this to an interface-level **Bag-of-…

Cited by 0SourceScholar
2023

Boosting Transductive Few-Shot Fine-Tuning With Margin-Based Uncertainty Weighting and Probability Regularization

CVPR 2023poster

Few-Shot Learning (FSL) has been rapidly developed in recent years, potentially eliminating the requirement for significant data acquisition. Few-shot fine-tuning has been demonstrated to be practically efficient and helpful, especially for out-of-distribution datum. In this work, we first observe t…

Cited by 5SourcePDFScholar
2023

Cov Loss: Covariance-Based Loss for Deep Face Recognition

ICASSP 2023accepted

Recently, deep neural networks (DNNs) have emerged as state-of-the-art approaches for various computer vision areas. In this paper, we propose an optimized approach for large-scale face recognition. Our work is motivated through the recent development of deep convolutional neural networks (CNNs) tha…

Cited by 0SourceScholar
2023

Enhanced Training of Query-Based Object Detection via Selective Query Recollection

CVPR 2023poster

This paper investigates a phenomenon where query-based object detectors mispredict at the last decoding stage while predicting correctly at an intermediate stage. We review the training process and attribute the overlooked phenomenon to two limitations: lack of training emphasis and cascading errors…

Cited by 61SourcePDFScholar
2023

FreeMatch: Self-adaptive Thresholding for Semi-supervised Learning

ICLR 2023poster

Semi-supervised Learning (SSL) has witnessed great success owing to the impressive performances brought by various methods based on pseudo labeling and consistency regularization. However, we argue that existing methods might fail to utilize the unlabeled data more effectively since they either use…

2023

SoftMatch: Addressing the Quantity-Quality Tradeoff in Semi-supervised Learning

ICLR 2023poster

The critical challenge of Semi-Supervised Learning (SSL) is how to effectively leverage the limited labeled data and massive unlabeled data to improve the model's generalization performance. In this paper, we first revisit the popular pseudo-labeling methods via a unified sample weighting formulatio…

2022

"Unitail: Detecting, Reading, and Matching in Retail Scene"

ECCV 2022poster

"To make full use of computer vision technology in stores, it is required to consider the actual needs that fit the characteristics of the retail scene. Pursuing this goal, we introduce the United Retail Datasets (Unitail), a large-scale benchmark of basic visual tasks on products that challenges al…

2022

Powering Finetuning in Few-Shot Learning: Domain-Agnostic Bias Reduction with Selected Sampling

AAAI 2022technical

In recent works, utilizing a deep network trained on meta-training set serves as a strong baseline in few-shot learning. In this paper, we move forward to refine novel-class features by finetuning a trained deep network. Finetuning is designed to focus on reducing biases in novel-class feature distr…

Cited by 21SourcePDFScholar
2022

USB: A Unified Semi-supervised Learning Benchmark for Classification

NeurIPS 2022accept

Semi-supervised learning (SSL) improves model generalization by leveraging massive unlabeled data to augment limited labeled samples. However, currently, popular SSL evaluation protocols are often constrained to computer vision (CV) tasks. In addition, previous work typically trains deep neural netw…

2022

Un-mix: Rethinking Image Mixtures for Unsupervised Visual Representation Learning

AAAI 2022technical

The recently advanced unsupervised learning approaches use the siamese-like framework to compare two "views" from the same image for learning representations. Making the two views distinctive is a core to guarantee that unsupervised methods can learn meaningful information. However, such frameworks…

2021

Contrast and Order Representations for Video Self-Supervised Learning

ICCV 2021poster

This paper studies the problem of learning self-supervised representations on videos. In contrast to image modality that only requires appearance information on objects or scenes, video needs to further explore the relations between multiple frames/clips along the temporal dimension. However, the re…

Cited by 77PDFcodeScholar
2021

Is Label Smoothing Truly Incompatible with Knowledge Distillation: An Empirical Study

ICLR 2021poster

This work aims to empirically clarify a recently discovered perspective that label smoothing is incompatible with knowledge distillation. We begin by introducing the motivation behind on how this incompatibility is raised, i.e., label smoothing erases relative information between teacher logits. We…

Cited by 101SourcePDFScholar
2021

Partial Is Better Than All: Revisiting Fine-tuning Strategy for Few-shot Learning

AAAI 2021technical

The goal of few-shot learning is to learn a classifier that can recognize unseen classes from limited support data with labels. A common practice for this task is to train a model on the base set first and then transfer to novel classes through fine-tuning or meta-learning. However, as the base clas…

Cited by 193SourcePDFScholar
2021

S2-BNN: Bridging the Gap Between Self-Supervised Real and 1-Bit Neural Networks via Guided Distribution Calibration

CVPR 2021poster

Previous studies dominantly target at self-supervised learning on real-valued networks and have achieved many promising results. However, on the more challenging binary neural networks (BNNs), this task has not yet been fully explored in the community. In this paper, we focus on this more difficult…

Cited by 23PDFcodeScholar
2021

Semantic Relation Reasoning for Shot-Stable Few-Shot Object Detection

CVPR 2021poster

Few-shot object detection is an imperative and long-lasting problem due to the inherent long-tail distribution of real-world data. Its performance is largely affected by the data scarcity of novel classes. But the semantic relation between the novel classes and the base classes is constant regardles…

Cited by 247PDFScholar
2021

Unsupervised Disentanglement of Linear-Encoded Facial Semantics

CVPR 2021poster

We propose a method to disentangle linear-encoded facial semantics from StyleGAN without external supervision. The method derives from linear regression and sparse representation learning concepts to make the disentangled latent representations easily interpreted as well. We start by coupling StyleG…

Cited by 14PDFScholar
2020

Attentive Cutmix: An Enhanced Data Augmentation Approach for Deep Learning Based Image Classification

ICASSP 2020accepted

Convolutional neural networks (CNN) are capable of learning robust representation with different regularization methods and activations as convolutional layers are spatially correlated. Based on this property, a large variety of regional dropout strategies have been proposed, such as Cutout [1], Dro…

Cited by 0SourceScholar
2020

Binarizing MobileNet via Evolution-Based Searching

CVPR 2020poster

Binary Neural Networks (BNNs), known to be one among the effectively compact network architectures, have achieved great outcomes in the visual tasks. Designing efficient binary architectures is not trivial due to the binary nature of the network. In this paper, we propose a use of evolutionary searc…

Cited by 61PDFScholar
2020

Online Ensemble Model Compression using Knowledge Distillation

ECCV 2020poster

This paper presents a novel knowledge distillation based model compression framework consisting of a student ensemble. It enables distillation of simultaneously learnt ensemble knowledge onto each of the compressed student models. Each model learns unique representations from the data distribution d…

Cited by 67SourcePDFScholar
2020

ReActNet: Towards Precise Binary Neural Network with Generalized Activation Functions

ECCV 2020poster

In this paper, we propose several ideas for enhancing a bi- nary network to close its accuracy gap from real-valued networks without incurring any additional computational cost. We first construct a base- line network by modifying and binarizing a compact real-valued network with parameter-free shor…

2020

Solving Missing-Annotation Object Detection with Background Recalibration Loss

ICASSP 2020accepted

This paper focuses on a novel and challenging detection scenario: A majority of true objects/instances is unlabeled in the datasets, so these missing-labeled areas will be regarded as the background during training. Previous art [1] on this problem has proposed to use soft sampling to re-weight the…

Cited by 0SourceScholar
2019

Bounding Box Regression With Uncertainty for Accurate Object Detection

CVPR 2019poster

Large-scale object detection datasets (e.g., MS-COCO) try to define the ground truth bounding boxes as clear as possible. However, we observe that ambiguities are still introduced when labeling the bounding boxes. In this paper, we propose a novel bounding box regression loss for learning bounding b…

Cited by 674PDFcodeScholar
2019

Douglas-Rachford Networks: Learning Both the Image Prior and Data Fidelity Terms for Blind Image Deconvolution

CVPR 2019poster

Blind deconvolution problems are heavily ill-posed where the specific blurring kernel is not known. Recovering these images typically requires estimates of the kernel. In this paper, we present a method called Dr-Net, which does not require any such estimate and is further able to invert the effects…

Cited by 57PDFScholar
2018

Ring Loss: Convex Feature Normalization for Face Recognition

CVPR 2018poster

We motivate and present Ring loss, a simple and elegant feature normalization approach for deep networks designed to augment standard loss functions such as Softmax. We argue that deep feature normalization is an important aspect of supervised classification problems where we require the model to re…

2017

Faster Than Real-Time Facial Alignment: A 3D Spatial Transformer Network Approach in Unconstrained Poses

ICCV 2017poster

Facial alignment involves finding a set of landmark points on an image with a known semantic meaning. However, this semantic meaning of landmark points is often lost in 2D approaches where landmarks are either moved to visible boundaries or ignored as the pose of the face changes. In order to extrac…

Cited by 149PDFScholar
2017

Max-Margin Invariant Features from Transformed Unlabelled Data

NeurIPS 2017poster

The study of representations invariant to common transformations of the data is important to learning. Most techniques have focused on local approximate invariance implemented within expensive optimization frameworks lacking explicit theoretical guarantees. In this paper, we study kernels that are i…

Cited by 8SourcePDFScholar
2017

Temporal Non-Volume Preserving Approach to Facial Age-Progression and Age-Invariant Face Recognition

ICCV 2017oral

Modeling the long-term facial aging process is extremely challenging due to the presence of large and non-linear variations during the face development stages. In order to efficiently address the problem, this work first decomposes the aging process into multiple short-term stages. Then, a novel gen…

Cited by 97PDFScholar
2016

Discriminative Invariant Kernel Features: A Bells-and-Whistles-Free Approach to Unsupervised Face Recognition and Pose Estimation

CVPR 2016spotlight

We propose an explicitly discriminative and `simple' approach to generate invariance to nuisance transformations modeled as unitary. In practice, the approach works well to handle non-unitary transformations as well. Our theoretical results extend the reach of a recent theory of invariance to discri…

Cited by 38PDFScholar