Alert button
Picture for Edoardo Mello Rella

Edoardo Mello Rella

Alert button

Computer Vision Lab, ETH Züurich

Neural Vector Fields for Surface Representation and Inference

Apr 13, 2022
Edoardo Mello Rella, Ajad Chhatkuli, Ender Konukoglu, Luc Van Gool

Figure 1 for Neural Vector Fields for Surface Representation and Inference
Figure 2 for Neural Vector Fields for Surface Representation and Inference
Figure 3 for Neural Vector Fields for Surface Representation and Inference
Figure 4 for Neural Vector Fields for Surface Representation and Inference

Neural implicit fields have recently been shown to represent 3D shapes accurately, opening up various applications in 3D shape analysis. Up to now, such implicit fields for 3D representation are scalar, encoding the signed distance or binary volume occupancy and more recently the unsigned distance. However, the first two can only represent closed shapes, while the unsigned distance has difficulties in accurate and fast shape inference. In this paper, we propose a Neural Vector Field for shape representation in order to overcome the two aforementioned problems. Mapping each point in space to the direction towards the closest surface, we can represent any type of shape. Similarly the shape mesh can be reconstructed by applying the marching cubes algorithm, with proposed small changes, on top of the inferred vector field. We compare the method on ShapeNet where the proposed new neural implicit field shows superior accuracy in representing both closed and open shapes outperforming previous methods.

Viaarxiv icon

Zero Pixel Directional Boundary by Vector Transform

Mar 16, 2022
Edoardo Mello Rella, Ajad Chhatkuli, Yun Liu, Ender Konukoglu, Luc Van Gool

Figure 1 for Zero Pixel Directional Boundary by Vector Transform
Figure 2 for Zero Pixel Directional Boundary by Vector Transform
Figure 3 for Zero Pixel Directional Boundary by Vector Transform
Figure 4 for Zero Pixel Directional Boundary by Vector Transform

Boundaries are among the primary visual cues used by human and computer vision systems. One of the key problems in boundary detection is the label representation, which typically leads to class imbalance and, as a consequence, to thick boundaries that require non-differential post-processing steps to be thinned. In this paper, we re-interpret boundaries as 1-D surfaces and formulate a one-to-one vector transform function that allows for training of boundary prediction completely avoiding the class imbalance issue. Specifically, we define the boundary representation at any point as the unit vector pointing to the closest boundary surface. Our problem formulation leads to the estimation of direction as well as richer contextual information of the boundary, and, if desired, the availability of zero-pixel thin boundaries also at training time. Our method uses no hyper-parameter in the training loss and a fixed stable hyper-parameter at inference. We provide theoretical justification/discussions of the vector transform representation. We evaluate the proposed loss method using a standard architecture and show the excellent performance over other losses and representations on several datasets.

* Published at the Tenth International Conference on Learning Representations (ICLR 2022) 
Viaarxiv icon

Decoder Fusion RNN: Context and Interaction Aware Decoders for Trajectory Prediction

Aug 12, 2021
Edoardo Mello Rella, Jan-Nico Zaech, Alexander Liniger, Luc Van Gool

Figure 1 for Decoder Fusion RNN: Context and Interaction Aware Decoders for Trajectory Prediction
Figure 2 for Decoder Fusion RNN: Context and Interaction Aware Decoders for Trajectory Prediction
Figure 3 for Decoder Fusion RNN: Context and Interaction Aware Decoders for Trajectory Prediction
Figure 4 for Decoder Fusion RNN: Context and Interaction Aware Decoders for Trajectory Prediction

Forecasting the future behavior of all traffic agents in the vicinity is a key task to achieve safe and reliable autonomous driving systems. It is a challenging problem as agents adjust their behavior depending on their intentions, the others' actions, and the road layout. In this paper, we propose Decoder Fusion RNN (DF-RNN), a recurrent, attention-based approach for motion forecasting. Our network is composed of a recurrent behavior encoder, an inter-agent multi-headed attention module, and a context-aware decoder. We design a map encoder that embeds polyline segments, combines them to create a graph structure, and merges their relevant parts with the agents' embeddings. We fuse the encoded map information with further inter-agent interactions only inside the decoder and propose to use explicit training as a method to effectively utilize the information available. We demonstrate the efficacy of our method by testing it on the Argoverse motion forecasting dataset and show its state-of-the-art performance on the public benchmark.

Viaarxiv icon