← Search

Fatih Porikli

79 accepted papers

2026

Ar2Can: An Architect and an Artist Leveraging a Canvas for Multi-Human Generation

CVPR 2026

Despite recent advances in personalized image generation, existing models consistently fail to produce reliable multi-human scenes, often merging or losing facial identity. We present Ar2Can, a novel two-stage framework that disentangles spatial planning from identity rendering for multi-human gener

Cited by 0SourcecodeScholar
2026

Concept-Aware LoRA for Domain-Aligned Segmentation Dataset Generation

CVPR 2026

This paper addresses the challenge of data scarcity in semantic segmentation by generating datasets through text-to-image (T2I) generation models, reducing image acquisition and labeling costs. Segmentation dataset generation faces two key challenges: 1) aligning generated samples with the target do

Cited by 0SourcecodeScholar
2026

FLoC: Facility Location-Based Efficient Visual Token Compression for Long Video Understanding

ICLR 2026poster

Recent studies in long video understanding have harnessed the advanced visual-language reasoning capabilities of Large Multimodal Models (LMMs), driving the evolution of video-LMMs specialized for processing extended video sequences. However, the scalability of these models is severely limited by th…

Cited by 0SourceScholar
2026

Memory-Efficient Fine-Tuning Diffusion Transformers via Dynamic Patch Sampling and Block Skipping

CVPR 2026

Diffusion Transformers (DiTs) have significantly enhanced text-to-image (T2I) generation quality, enabling high-quality personalized content creation. However, fine-tuning these models requires substantial computational complexity and memory, limiting practical deployment under resource constraints.

Cited by 0SourceScholar
2026

Resolving the Identity Crisis in Text-to-Image Generation

CVPR 2026

State-of-the-art text-to-image models suffer from a persistent identity crisis when generating scenes with multiple humans: producing duplicate faces, merging identities, and miscounting individuals. We present DisCo (Reinforcement with Diversity Constraints), a reinforcement learning framework that

Cited by 0SourcecodeScholar
2026

RoCA: Robust Cross-Domain End-to-End Autonomous Driving

ICML 2026poster

End-to-end (E2E) autonomous driving has recently emerged as a new paradigm, offering significant potential. However, few studies have looked into the practical challenge of deployment across domains (e.g., cities). Although several works have incorporated Large Language Models (LLMs) to leverage the…

Cited by 0SourceScholar
2025

ConsNoTrainLoRA: Data-driven Weight Initialization of Low-rank Adapters using Constraints

ICCV 2025poster

Foundation models are pre-trained on large-scale datasets and subsequently fine-tuned on small-scale datasets using parameter-efficient fine-tuning (PEFT) techniques like low-rank adapters (LoRA). In most previous works, LoRA weight matrices are randomly initialized with a fixed rank across all atta…

Cited by 0SourcePDFScholar
2025

CustomKD: Customizing Large Vision Foundation for Edge Model Improvement via Knowledge Distillation

CVPR 2025poster

We propose a novel knowledge distillation approach, CustomKD, that effectively leverages large vision foundation models (LVFMs) to enhance the performance of edge models (e.g., MobileNetV3). Despite recent advancements in LVFMs, such as DINOv2 and CLIP, their potential in knowledge distillation for…

2025

Distilling Multi-modal Large Language Models for Autonomous Driving

CVPR 2025poster

Autonomous driving demands safe motion planning, especially in critical "long-tail" scenarios. Recent end-to-end autonomous driving systems leverage large language models (LLMs) as planners to improve generalizability to rare events. However, using LLMs at test time introduces high computational cos…

Cited by 4SourcePDFScholar
2025

DuoLoRA : Cycle-consistent and Rank-disentangled Content-Style Personalization

ICCV 2025poster

We tackle the challenge of jointly personalizing content and style from a few examples. A promising approach is to train separate Low-Rank Adapters (LoRA) and merge them effectively, preserving both content and style. Existing methods, such as ZipLoRA, treat content and style as independent entities…

2025

Generalized Contrastive Learning for Universal Multimodal Retrieval

NeurIPS 2025poster

Despite their consistent performance improvements, cross-modal retrieval models (e.g., CLIP) show degraded performances with retrieving keys composed of fused image-text modality (e.g., Wikipedia pages with both images and text). To address this critical challenge, multimodal retrieval has been rece…

Cited by 5SourceScholar
2025

HyperNet Fields: Efficiently Training Hypernetworks without Ground Truth by Learning Weight Trajectories

CVPR 2025poster

To efficiently adapt large models or to train generative models of neural representations, Hypernetworks have drawn interest. While hypernetworks work well, training them is cumbersome, and often requires ground truth optimized weights for each sample. However, obtaining each of these weights is a t…

Cited by 0SourcePDFScholar
2025

LoRA-X: Bridging Foundation Models with Training-Free Cross-Model Adaptation

ICLR 2025poster

The rising popularity of large foundation models has led to a heightened demand for parameter-efficient fine-tuning methods, such as Low-Rank Adaptation (LoRA), which offer performance comparable to full model fine-tuning while requiring only a few additional parameters tailored to the specific base…

Cited by 0SourcePDFScholar
2025

MultiHuman-Testbench: Benchmarking Image Generation for Multiple Humans

NeurIPS 2025poster

Generation of images containing multiple humans, performing complex actions, while preserving their facial identities, is a significant challenge. A major factor contributing to this is the lack of a a dedicated benchmark. To address this, we introduce MultiHuman-Testbench, a novel benchmark for rig…

Cited by 0SourceScholar
2025

ODG: Occupancy Prediction Using Dual Gaussians

NeurIPS 2025poster

Occupancy prediction infers fine-grained 3D geometry and semantics from camera images of the surrounding environment, making it a critical perception task for autonomous driving. Existing methods either adopt dense grids as scene representation which is difficult to scale to high resolution, or lear…

Cited by 0SourceScholar
2025

PADRe: A Unifying Polynomial Attention Drop-in Replacement for Efficient Vision Transformer

ICLR 2025poster

We present Polynomial Attention Drop-in Replacement (PADRe), a novel and unifying framework designed to replace the conventional self-attention mechanism in transformer models. Notably, several recent alternative attention mechanisms, including Hyena, Mamba, SimA, Conv2Former, and Castling-ViT, can…

Cited by 2SourcePDFScholar
2025

Sort-free Gaussian Splatting via Weighted Sum Rendering

ICLR 2025poster

Recently, 3D Gaussian Splatting (3DGS) has emerged as a significant advancement in 3D scene reconstruction, attracting considerable attention due to its ability to recover high-fidelity details while maintaining low complexity. Despite the promising results achieved by 3DGS, its rendering performanc…

Cited by 3SourcePDFScholar
2025

Understanding Personal Concept in Open-Vocabulary Semantic Segmentation

ICCV 2025poster

While open-vocabulary semantic segmentation (OVSS) can segment an image into semantic regions based on arbitrarily given text descriptions even for classes unseen during training, it fails to understand personal texts (e.g. 'my mug cup') for segmenting regions of specific interest to users. This pap…

Cited by 0SourcePDFScholar
2025

Zero-Shot Adaptation of Parameter-Efficient Fine-Tuning in Diffusion Models

ICML 2025poster

We introduce ProLoRA, enabling zero-shot adaptation of parameter-efficient fine-tuning in text-to-image diffusion models. ProLoRA transfers pre-trained low-rank adjustments (e.g., LoRA) from a source to a target model without additional training data. This overcomes the limitations of traditional me…

Cited by 0SourcePDFScholar
2024

Clockwork Diffusion: Efficient Generation With Model-Step Distillation

CVPR 2024highlight

This work aims to improve the efficiency of text-to-image diffusion models. While diffusion models use computationally expensive UNet-based denoising operations in every generation step we identify that not all operations are equally relevant for the final output quality. In particular we observe th…

2024

DeCoTR: Enhancing Depth Completion with 2D and 3D Attentions

CVPR 2024poster

In this paper we introduce a novel approach that harnesses both 2D and 3D attentions to enable highly accurate depth completion without requiring iterative spatial propagations. Specifically we first enhance a baseline convolutional depth completion model by applying attention to 2D features in the…

Cited by 3SourcePDFScholar
2024

FouRA: Fourier Low-Rank Adaptation

NeurIPS 2024poster

While Low-Rank Adaptation (LoRA) has proven beneficial for efficiently fine-tuning large models, LoRA fine-tuned text-to-image diffusion models lack diversity in the generated images, as the model tends to copy data from the observed training samples. This effect becomes more pronounced at higher va…

Cited by 5SourcePDFScholar
2024

FutureDepth: Learning to Predict the Future Improves Video Depth Estimation

ECCV 2024poster

"In this paper, we propose a novel video depth estimation approach, , which enables the model to implicitly leverage multi-frame and motion cues to improve depth estimation by making it learn to predict the future at training. More specifically, we propose a future prediction network, F-Net, which t…

Cited by 5SourcePDFScholar
2024

Hollowed Net for On-Device Personalization of Text-to-Image Diffusion Models

NeurIPS 2024poster

Recent advancements in text-to-image diffusion models have enabled the personalization of these models to generate custom images from textual prompts. This paper presents an efficient LoRA-based personalization approach for on-device subject-driven generation, where pre-trained diffusion models are…

Cited by 0SourcePDFScholar
2024

Neural graphics texture compression supporting random access

ECCV 2024poster

"Advances in rendering have led to tremendous growth in texture assets, including resolution, complexity, and novel textures components, but this growth in data volume has not been matched by advances in its compression. Meanwhile Neural Image Compression (NIC) has advanced significantly and shown p…

2024

OCAI: Improving Optical Flow Estimation by Occlusion and Consistency Aware Interpolation

CVPR 2024poster

The scarcity of ground-truth labels poses one major challenge in developing optical flow estimation models that are both generalizable and robust. While current methods rely on data augmentation they have yet to fully exploit the rich information available in labeled video sequences. We propose OCAI…

Cited by 3SourcePDFScholar
2024

Object-Centric Diffusion for Efficient Video Editing

ECCV 2024poster

"Diffusion-based video editing have reached impressive quality and can transform either the global style, local structure, and attributes of given video inputs, following textual edit prompts. However, such solutions typically incur heavy memory and computational costs to generate temporally-coheren…

2024

Skip-Attention: Improving Vision Transformers by Paying Less Attention

ICLR 2024poster

This work aims to improve the efficiency of vision transformers (ViTs). While ViTs use computationally expensive self-attention operations in every layer, we identify that these operations are highly correlated across layers -- a key redundancy that causes unnecessary computations. Based on this o…

Cited by 34SourcePDFScholar
2023

4D Panoptic Segmentation as Invariant and Equivariant Field Prediction

ICCV 2023poster

In this paper, we develop rotation-equivariant neural networks for 4D panoptic segmentation. 4D panoptic segmentation is a benchmark task for autonomous driving that requires recognizing semantic classes and object instances on the road based on LiDAR scans, as well as assigning temporally consisten…

Cited by 18PDFScholar
2023

DejaVu: Conditional Regenerative Learning To Enhance Dense Prediction

CVPR 2023poster

We present DejaVu, a novel framework which leverages conditional image regeneration as additional supervision during training to improve deep networks for dense prediction tasks such as segmentation, depth estimation, and surface normal prediction. First, we apply redaction to the input image, which…

Cited by 10SourcePDFScholar
2023

DistractFlow: Improving Optical Flow Estimation via Realistic Distractions and Pseudo-Labeling

CVPR 2023poster

We propose a novel data augmentation approach, DistractFlow, for training optical flow estimation models by introducing realistic distractions to the input frames. Based on a mixing ratio, we combine one of the frames in the pair with a distractor image depicting a similar domain, which allows for i…

2023

Efficient Neural Supersampling on a Novel Gaming Dataset

ICCV 2023poster

Real-time rendering for video games has become increasingly challenging due to the need for higher resolutions, framerates and photorealism. Supersampling has emerged as an effective solution to address this challenge. Our work introduces a novel neural algorithm for supersampling rendered content t…

Cited by 2PDFScholar
2023

Factorized Inverse Path Tracing for Efficient and Accurate Material-Lighting Estimation

ICCV 2023oral

Inverse path tracing has recently been applied to joint material and lighting estimation, given geometry and multi-view HDR observations of an indoor scene. However, it has two major limitations: path tracing is expensive to compute, and ambiguities exist between reflection and emission. Our Facto…

Cited by 14PDFcodeScholar
2023

MAMo: Leveraging Memory and Attention for Monocular Video Depth Estimation

ICCV 2023poster

We propose MAMo, a novel memory and attention framework for monocular video depth estimation. MAMo can augment and improve any single-image depth estimation networks into video depth estimation models, enabling them to take advantage of the temporal information to predict more accurate depth. In MAM…

Cited by 17PDFScholar
2023

OpenShape: Scaling Up 3D Shape Representation Towards Open-World Understanding

NeurIPS 2023poster

We introduce OpenShape, a method for learning multi-modal joint representations of text, image, and point clouds. We adopt the commonly used multi-modal contrastive learning framework for representation alignment, but with a specific focus on scaling up 3D representations to enable open-world 3D sha…

Cited by 126SourcePDFScholar
2023

PartSLIP: Low-Shot Part Segmentation for 3D Point Clouds via Pretrained Image-Language Models

CVPR 2023poster

Generalizable 3D part segmentation is important but challenging in vision and robotics. Training deep models via conventional supervised methods requires large-scale 3D datasets with fine-grained part annotations, which are costly to collect. This paper explores an alternative way for low-shot part…

2023

Self-Supervised Geometric Correspondence for Category-Level 6D Object Pose Estimation in the Wild

ICLR 2023poster

While 6D object pose estimation has wide applications across computer vision and robotics, it remains far from being solved due to the lack of annotations. The problem becomes even more challenging when moving to category-level 6D pose, which requires generalization to unseen instances. Current appr…

2023

Transadapt: A Transformative Framework for Online Test Time Adaptive Semantic Segmentation

ICASSP 2023accepted

Test-time adaptive (TTA) semantic segmentation adapts a source pre-trained image semantic segmentation model to unlabeled batches of target domain test images, different from real-world, where samples arrive one-by-one in an online fashion. To tackle online settings, we propose TransAdapt, a framewo…

Cited by 0SourceScholar
2023

X3KD: Knowledge Distillation Across Modalities, Tasks and Stages for Multi-Camera 3D Object Detection

CVPR 2023poster

Recent advances in 3D object detection (3DOD) have obtained remarkably strong results for LiDAR-based models. In contrast, surround-view 3DOD models based on multiple camera images underperform due to the necessary view transformation of features from perspective view (PV) to a 3D world representati…

Cited by 35SourcePDFScholar
2022

Delta Distillation for Efficient Video Processing

ECCV 2022poster

"This paper aims to accelerate video stream processing, such as object detection and semantic segmentation, by leveraging the temporal redundancies that exist between video frames. Instead of relying on explicit motion alignment, such as optical flow warping, we propose a novel knowledge distillatio…

2022

IRISformer: Dense Vision Transformers for Single-Image Inverse Rendering in Indoor Scenes

CVPR 2022oral

Indoor scenes exhibit significant appearance variations due to myriad interactions between arbitrarily diverse object shapes, spatially-changing materials, and complex lighting. Shadows, highlights, and inter-reflections caused by visible and invisible light sources require reasoning about long-rang…

Cited by 46PDFcodeScholar
2022

Learning Implicit Feature Alignment Function for Semantic Segmentation

ECCV 2022poster

"Integrating high-level context information with low-level details is of central importance in semantic segmentation. Towards this end, most existing segmentation models apply bilinear up-sampling and convolutions to feature maps of different scales, and then align them at the same resolution. Howev…

2022

On Improving Adversarial Transferability of Vision Transformers

ICLR 2022spotlight

Vision transformers (ViTs) process input images as sequences of patches via self-attention; a radically different architecture than convolutional neural networks (CNNs). This makes it interesting to study the adversarial feature space of ViT models and their transferability. In particular, we obser…

Cited by 112SourcePDFScholar
2022

Panoptic, Instance and Semantic Relations: A Relational Context Encoder To Enhance Panoptic Segmentation

CVPR 2022poster

This paper presents a novel framework to integrate both semantic and instance contexts for panoptic segmentation. In existing works, it is common to use a shared backbone to extract features for both things (countable classes such as vehicles) and stuff (uncountable classes such as roads). This, how…

Cited by 16PDFScholar
2022

SALISA: Saliency-Based Input Sampling for Efficient Video Object Detection

ECCV 2022poster

"High-resolution images are widely adopted for high-performance object detection in videos. However, processing high-resolution inputs comes with high computation costs, and naive down-sampling of the input to reduce the computation costs quickly degrades the detection performance. In this paper, we…

Cited by 21SourcePDFScholar
2021

Efficient Action Recognition via Dynamic Knowledge Propagation

ICCV 2021poster

Efficient action recognition has become crucial to extend the success of action recognition to many real-world applications. Contrary to most existing methods, which mainly focus on selecting salient frames to reduce the computation cost, we focus more on making the most of the selected frames. To t…

Cited by 30PDFScholar
2021

InverseForm: A Loss Function for Structured Boundary-Aware Segmentation

CVPR 2021poster

We present a novel boundary-aware loss term for semantic segmentation using an inverse-transformation network, which efficiently learns the degree of parametric transformations between estimated and target boundaries. This plug-in loss term complements the cross-entropy loss in capturing boundary tr…

Cited by 147PDFScholar
2021

Modality-Agnostic Topology Aware Localization

NeurIPS 2021poster

This work presents a data-driven approach for the indoor localization of an observer on a 2D topological map of the environment. State-of-the-art techniques may yield accurate estimates only when they are tailor-made for a specific data modality like camera-based system that prevents their applicabi…

Cited by 9SourcePDFScholar
2021

On Generating Transferable Targeted Perturbations

ICCV 2021poster

While the untargeted black-box transferability of adversarial perturbations has been extensively studied before, changing an unseen model's decisions to a specific `targeted' class remains a challenging feat. In this paper, we propose a new generative approach for highly transferable targeted pertur…

Cited by 92PDFcodeScholar
2020

A Self-supervised Approach for Adversarial Robustness

CVPR 2020oral

Adversarial examples can cause catastrophic mistakes in Deep Neural Network (DNNs) based vision systems e.g., for classification, segmentation and object detection. The vulnerability of DNNs against such attacks can prove a major roadblock towards their real-world deployment. Transferability of adve…

Cited by 346PDFcodeScholar
2020

CLNet: A Compact Latent Network for Fast Adjusting Siamese Trackers

ECCV 2020poster

In this paper, we provide a deep analysis for Siamese-based trackers and find that the one core reason for their failure on challenging cases can be attributed to the problem of {\it decisive samples missing} during offline training. Furthermore, we notice that the samples given in the first frame c…

2020

Multi-Mutual Consistency Induced Transfer Subspace Learning for Human Motion Segmentation

CVPR 2020poster

Human motion segmentation based on transfer subspace learning is a rising interest in action-related tasks. Although progress has been made, there are still several issues within the existing methods. First, existing methods transfer knowledge from source data to target tasks by learning domain-inva…

Cited by 43PDFScholar
2020

Structured Convolutions for Efficient Neural Network Design

NeurIPS 2020poster

In this work, we tackle model efficiency by exploiting redundancy in the implicit structure of the building blocks of convolutional neural networks. We start our analysis by introducing a general definition of Composite Kernel structures that enable the execution of convolution operations in the for…

Cited by 15SourcePDFScholar
2019

Cross-Domain Transferability of Adversarial Perturbations

NeurIPS 2019poster

Adversarial examples reveal the blind spots of deep neural networks (DNNs) and represent a major concern for security-critical applications. The transferability of adversarial examples makes real-world attacks possible in black-box settings, where the attacker is forbidden to access the internal par…

2019

See More, Know More: Unsupervised Video Object Segmentation With Co-Attention Siamese Networks

CVPR 2019poster

We introduce a novel network, called as CO-attention Siamese Network (COSNet), to address the unsupervised video object segmentation task from a holistic view. We emphasize the importance of inherent correlation among video frames and incorporate a global co-attention mechanism to improve further th…

Cited by 598PDFcodeScholar
2018

Face Super-resolution Guided by Facial Component Heatmaps

ECCV 2018poster

State-of-the-art face super-resolution methods use deep convolutional neural networks to learn a mapping between low-resolution (LR) facial patterns and their corresponding high-resolution (HR) counterparts by exploring local information. However, most of them do not account for face structure and s…

Cited by 267SourcePDFScholar
2018

Hyperparameter Optimization for Tracking With Continuous Deep Q-Learning

CVPR 2018poster

Hyperparameters are numerical presets whose values are assigned prior to the commencement of the learning process. Selecting appropriate hyperparameters is critical for the accuracy of tracking algorithms, yet it is difficult to determine their optimal values, in particular, adaptive ones for each s…

Cited by 198SourcePDFScholar
2018

Museum Exhibit Identification Challenge for the Supervised Domain Adaptation and Beyond

ECCV 2018poster

We study an open problem of artwork identification and propose a new dataset dubbed Open Museum Identification Challenge (Open MIC). It contains photos of exhibits captured in 10 distinct exhibition spaces of several museums which showcase paintings, timepieces, sculptures, glassware, relics, scienc…

Cited by 54SourcePDFScholar
2018

Super-Resolving Very Low-Resolution Face Images With Supplementary Attributes

CVPR 2018poster

Given a tiny face image, conventional face hallucination methods aim to super-resolve its high-resolution (HR) counterpart by learning a mapping from an exemplar dataset. Since a low-resolution (LR) input patch may correspond to many HR candidate patches, this ambiguity may lead to erroneous HR faci…

Cited by 204SourcePDFScholar
2018

Video Representation Learning Using Discriminative Pooling

CVPR 2018poster

Popular deep models for action recognition in videos generate independent predictions for short clips, which are then pooled heuristically to assign an action label to the full video segment. As not all frames may characterize the underlying action---indeed, many are common across multiple actions--…

Cited by 82SourcePDFScholar
2017

Domain Adaptation by Mixture of Alignments of Second- or Higher-Order Scatter Tensors

CVPR 2017poster

In this paper, we propose an approach to the domain adaptation, dubbed Second- or Higher-order Transfer of Knowledge (So-HoT), based on the mixture of alignments of second- or higher-order scatter statistics between the source and target domains. The human ability to learn from few labeled samples i…

Cited by 163PDFScholar
2017

Hallucinating Very Low-Resolution Unaligned and Noisy Face Images by Transformative Discriminative Autoencoders

CVPR 2017spotlight

Most of the conventional face hallucination methods assume the input image is sufficiently large and aligned, and all require the input image to be noise-free. Their performance degrades drastically if the input image is tiny, unaligned, and contaminated by noise. In this paper, we introduce a nov…

Cited by 178PDFScholar
2015

Linearization to Nonlinear Learning for Visual Tracking

ICCV 2015poster

Due to unavoidable appearance variations caused by occlusion, deformation, and other factors, classifiers for visual tracking are nonlinear as a necessity. Building on the theory of globally linear approximations to nonlinear functions, we introduce an elegant method that jointly learns a nonlinear…

Cited by 41PDFcodeScholar
2015

More About VLAD: A Leap From Euclidean to Riemannian Manifolds

CVPR 2015poster

This paper takes a step forward in image and video coding by extending the well-known Vector of Locally Aggregated Descriptors (VLAD) onto an extensive space of curved Riemannian manifolds. We provide a comprehensive mathematical framework that formulates the aggregation problem of such manifold dat…

Cited by 63SourcePDFScholar