← Search

Ender Konukoglu

20 accepted papers

2025

CamSAM2: Segment Anything Accurately in Camouflaged Videos

NeurIPS 2025poster

Video camouflaged object segmentation (VCOS), aiming at segmenting camouflaged objects that seamlessly blend into their environment, is a fundamental vision task with various real-world applications. With the release of SAM2, video segmentation has witnessed significant progress. However, SAM2's cap…

Cited by 0SourcecodeScholar
2025

Exploiting Temporal State Space Sharing for Video Semantic Segmentation

CVPR 2025poster

Video semantic segmentation (VSS) plays a vital role in understanding the temporal evolution of scenes. Traditional methods often segment videos frame-by-frame or in a short temporal window, leading to limited temporal context, redundant computations, and heavy memory requirements. To this end, we i…

2025

Generalized Few-shot 3D Point Cloud Segmentation with Vision-Language Model

CVPR 2025poster

Generalized few-shot 3D point cloud segmentation (GFS-PCS) adapts models to new classes with few support samples while retaining base class segmentation. Existing GFS-PCS methods enhance prototypes via interacting with support or query features but remain limited by sparse knowledge from few-shot sa…

2025

MedVSR: Medical Video Super-Resolution with Cross State-Space Propagation

ICCV 2025poster

High-resolution (HR) medical videos are vital for accurate diagnosis, yet are hard to acquire due to hardware limitations and physiological constraints. Clinically, the collected low-resolution (LR) medical videos present unique challenges for video super-resolution (VSR) models, including camera sh…

2025

Multimodality Helps Few-shot 3D Point Cloud Semantic Segmentation

ICLR 2025spotlight

Few-shot 3D point cloud segmentation (FS-PCS) aims at generalizing models to segment novel categories with minimal annotated support samples. While existing FS-PCS methods have shown promise, they primarily focus on unimodal point cloud inputs, overlooking the potential benefits of leveraging multim…

2025

SceneSplat++: A Large Dataset and Comprehensive Benchmark for Language Gaussian Splatting

NeurIPS 2025poster

3D Gaussian Splatting (3DGS) serves as a highly performant and efficient encoding of scene geometry, appearance, and semantics. Moreover, grounding language in 3D scenes has proven to be an effective strategy for 3D scene understanding. Current Language Gaussian Splatting line of work fall into thre…

Cited by 0SourceScholar
2025

SceneSplat: Gaussian Splatting-based Scene Understanding with Vision-Language Pretraining

ICCV 2025poster

Recognizing arbitrary or previously unseen categories is essential for comprehensive real-world 3D scene understanding. Currently, all existing methods rely on 2D or textual modalities during training, or together at inference. This highlights a clear absence of a model capable of processing 3D data…

2025

Uncertainty modeling for fine-tuned implicit functions

ICLR 2025poster

Implicit functions such as Neural Radiance Fields (NeRFs), occupancy networks, and signed distance functions (SDFs) have become pivotal in computer vision for reconstructing detailed object shapes from sparse views. Achieving optimal performance with these models can be challenging due to the extrem…

Cited by 2SourcePDFScholar
2024

Implicit Zoo: A Large-Scale Dataset of Neural Implicit Functions for 2D Images and 3D Scenes

NeurIPS 2024poster

Neural implicit functions have demonstrated significant importance in various areas such as computer vision, graphics. Their advantages include the ability to represent complex shapes and scenes with high fidelity, smooth interpolation capabilities, and continuous representations. Despite these bene…

2023

Expert load matters: operating networks at high accuracy and low manual effort

NeurIPS 2023poster

In human-AI collaboration systems for critical applications, in order to ensure minimal error, users should set an operating point based on model confidence to determine when the decision should be delegated to human experts. Samples for which model confidence is lower than the operating point woul…

Cited by 3SourcePDFScholar
2023

Explicitly Minimizing the Blur Error of Variational Autoencoders

ICLR 2023poster

Variational autoencoders (VAEs) are powerful generative modelling methods, however they suffer from blurry generated samples and reconstructions compared to the images they have been trained on. Significant research effort has been spent to increase the generative capabilities by creating more flexi…

Cited by 30SourcePDFScholar
2022

ISNAS-DIP: Image-Specific Neural Architecture Search for Deep Image Prior

CVPR 2022poster

Recent works show that convolutional neural network (CNN) architectures have a spectral bias towards lower frequencies, which has been leveraged for various image restoration tasks in the Deep Image Prior (DIP) framework. The benefit of the inductive bias the network imposes in the DIP framework dep…

Cited by 24PDFcodeScholar
2022

Zero Pixel Directional Boundary by Vector Transform

ICLR 2022poster

Boundaries or contours are among the primary visual cues used by human and computer vision systems. One of the key problems in boundary detection is the loss formulation, which typically leads to class imbalance and, as a consequence, to thick boundaries which require non-differential post-processin…

2021

Constrained Optimization to Train Neural Networks on Critical and Under-Represented Classes

NeurIPS 2021poster

Deep neural networks (DNNs) are notorious for making more mistakes for the classes that have substantially fewer samples than the others during training. Such class imbalance is ubiquitous in clinical applications and very crucial to handle because the classes with fewer samples most often correspon…

2021

Exploring Cross-Image Pixel Contrast for Semantic Segmentation

ICCV 2021poster

Current semantic segmentation methods focus only on mining "local" context, i.e., dependencies between pixels within individual images, by context-aggregation modules (e.g., dilated convolution, neural attention) or structure-aware optimization criteria (e.g., IoU-like loss). However, they ignore "g…

Cited by 624PDFcodeScholar
2020

Contrastive learning of global and local features for medical image segmentation with limited annotations

NeurIPS 2020oral

A key requirement for the success of supervised deep learning is a large labeled dataset - a condition that is difficult to meet in medical image analysis. Self-supervised learning (SSL) can help in this regard by providing a strategy to pre-train a neural network with unlabeled data, followed by fi…

2018

Visual Feature Attribution Using Wasserstein GANs

CVPR 2018poster

Attributing the pixels of an input image to a certain category is an important and well-studied problem in computer vision, with applications ranging from weakly supervised localisation to understanding hidden effects in the data. In recent years, approaches based on interpreting a previously traine…