← Search

Jan van Gemert

9 accepted papers

2025

Learning Physics From Video: Unsupervised Physical Parameter Estimation for Continuous Dynamical Systems

CVPR 2025poster

Extracting physical dynamical system parameters from recorded observations is key in natural science. Current methods for automatic parameter estimation from video train supervised deep networks on large datasets. Such datasets require labels, which are difficult to acquire. While some unsupervised…

2024

MSD: A Benchmark Dataset for Floor Plan Generation of Building Complexes

ECCV 2024poster

"Diverse and realistic floor plan data are essential for the development of useful computer-aided methods in architectural design. Today’s large-scale floor plan datasets predominantly feature simple floor plan layouts, typically representing single-apartment dwellings only. To compensate for the mi…

Cited by 8SourcePDFScholar
2023

Color Equivariant Convolutional Networks

NeurIPS 2023poster

Color is a crucial visual cue readily exploited by Convolutional Neural Networks (CNNs) for object recognition. However, CNNs struggle if there is data imbalance between color variations introduced by accidental recording conditions. Color invariance addresses this issue but does so at the cost of r…

2023

Understanding weight-magnitude hyperparameters in training binary networks

ICLR 2023poster

Binary Neural Networks (BNNs) are compact and efficient by using binary weights instead of real-valued weights. Current BNNs use latent real-valued weights during training, where several training hyper-parameters are inherited from real-valued networks. The interpretation of several of these hyperpa…

2022

FlexConv: Continuous Kernel Convolutions With Differentiable Kernel Sizes

ICLR 2022poster

When designing Convolutional Neural Networks (CNNs), one must select the size of the convolutional kernels before training. Recent works show CNNs benefit from different kernel sizes at different layers, but exploring all possible combinations is unfeasible in practice. A more efficient approach is…