← Search

Mateusz Malinowski

20 accepted papers

2024

Beyond Lines and Circles: Unveiling the Geometric Reasoning Gap in Large Language Models

EMNLP 2024finding

Large Language Models (LLMs) demonstrate ever-increasing abilities in mathematical and algorithmic tasks, yet their geometric reasoning skills are underexplored. We investigate LLMs’ abilities in constructive geometric problem-solving, – one of the most fundamental steps in developing human mathemat…

2024

SODA: Bottleneck Diffusion Models for Representation Learning

CVPR 2024poster

We introduce SODA a self-supervised diffusion model designed for representation learning. The model incorporates an image encoder which distills a source view into a compact representation that in turn guides the generation of related novel views. We show that by imposing a tight bottleneck between…

2023

A Simple, Yet Effective Approach to Finding Biases in Code Generation

ACL 2023findings

Recently, high-performing code generation systems based on large language models have surfaced. They are trained on massive corpora containing much more natural text than actual executable computer code. This work shows that current code generation systems exhibit undesired biases inherited from the…

2023

Perception Test: A Diagnostic Benchmark for Multimodal Video Models

NeurIPS 2023poster

We propose a novel multimodal video benchmark - the Perception Test - to evaluate the perception and reasoning skills of pre-trained multimodal models (e.g. Flamingo, BEiT-3, or GPT-4). Compared to existing benchmarks that focus on computational tasks (e.g. classification, detection or tracking), th…

2022

General-purpose, long-context autoregressive modeling with Perceiver AR

ICML 2022spotlight

Real-world data is high-dimensional: a book, image, or musical performance can easily contain hundreds of thousands of elements even after compression. However, the most commonly used autoregressive models, Transformers, are prohibitively expensive to scale to the number of inputs and layers needed…

2022

Learning Altruistic Behaviours in Reinforcement Learning without External Rewards

ICLR 2022spotlight

Can artificial agents learn to assist others in achieving their goals without knowing what those goals are? Generic reinforcement learning agents could be trained to behave altruistically towards others by rewarding them for altruistic behaviour, i.e., rewarding them for benefiting other agents in a…

Cited by 11SourcePDFScholar
2022

Measuring CLEVRness: Black-box Testing of Visual Reasoning Models

ICLR 2022poster

How can we measure the reasoning capabilities of intelligence systems? Visual question answering provides a convenient framework for testing the model's abilities by interrogating the model through questions about the scene. However, despite scores of various visual QA datasets and architectures, wh…

Cited by 3SourcePDFScholar
2022

Neural Payoff Machines: Predicting Fair and Stable Payoff Allocations Among Team Members

NeurIPS 2022accept

In many multi-agent settings, participants can form teams to achieve collective outcomes that may far surpass their individual capabilities. Measuring the relative contributions of agents and allocating them shares of the reward that promote long-lasting cooperation are difficult tasks. Cooperative…

Cited by 10SourcePDFScholar
2021

Broaden Your Views for Self-Supervised Video Learning

ICCV 2021poster

Most successful self-supervised learning methods are trained to align the representations of two independent views from the data. State-of-the-art methods in video are inspired by image techniques, where these two views are similarly extracted by cropping and augmenting the resulting crop. However,…

Cited by 151PDFcodeScholar
2021

Gradient Forward-Propagation for Large-Scale Temporal Video Modelling

CVPR 2021poster

How can neural networks be trained on large-volume temporal data efficiently? To compute the gradients required to update parameters, backpropagation blocks computations until the forward and backward passes are completed. For temporal signals, this introduces high latency and hinders real-time lear…

Cited by 9PDFScholar
2021

Measuring and Improving BERT’s Mathematical Abilities by Predicting the Order of Reasoning.

ACL 2021short

Imagine you are in a supermarket. You have two bananas in your basket and want to buy four apples. How many fruits do you have in total? This seemingly straightforward question can be challenging for data-driven language models, even if trained at scale. However, we would expect such generic languag…

Cited by 34SourcePDFScholar
2020

Sideways: Depth-Parallel Training of Video Models

CVPR 2020poster

We propose Sideways, an approximate backpropagation scheme for training video models. In standard backpropagation, the gradients and activations at every computation step through the model are temporally synchronized. The forward activations need to be stored until the backward pass is executed, pre…

Cited by 14PDFScholar
2020

Visual Grounding in Video for Unsupervised Word Translation

CVPR 2020poster

There are thousands of actively spoken languages on Earth, but a single visual world. Grounding in this visual world has the potential to bridge the gap between all these languages. Our goal is to use visual grounding to improve unsupervised word mapping between languages. The key idea is to establi…

Cited by 58PDFcodeScholar
2019

Hyperbolic Attention Networks

ICLR 2019poster

Recent approaches have successfully demonstrated the benefits of learning the parameters of shallow networks in hyperbolic space. We extend this line of work by imposing hyperbolic geometry on the embeddings used to compute the ubiquitous attention mechanisms for different neural networks architectu…

Cited by 302SourcePDFScholar
2018

Learning Visual Question Answering by Bootstrapping Hard Attention

ECCV 2018poster

Attention mechanisms in biological perception are thought to select subsets of perceptual information for more sophisticated processing which would be prohibitive to perform on all sensory inputs. In computer vision, however, there has been relatively little exploration of hard attention, where some…

Cited by 132SourcePDFScholar
2018

Learning to Navigate in Cities Without a Map

NeurIPS 2018poster

Navigating through unstructured environments is a basic capability of intelligent creatures, and thus is of fundamental interest in the study and development of artificial intelligence. Long-range navigation is a complex cognitive task that relies on developing an internal representation of space, g…

2017

A simple neural network module for relational reasoning

NeurIPS 2017spotlight

Relational reasoning is a central component of generally intelligent behavior, but has proven difficult for neural networks to learn. In this paper we describe how to use Relation Networks (RNs) as a simple plug-and-play module to solve problems that fundamentally hinge on relational reasoning. We t…

Cited by 2023SourcePDFScholar
2015

Ask Your Neurons: A Neural-Based Approach to Answering Questions About Images

ICCV 2015oral

We address a question answering task on real-world images that is set up as a Visual Turing Test. By combining latest advances in image representation and natural language processing, we propose Neural-Image-QA, an end-to-end formulation to this problem for which all parts are trained jointly. In co…

Cited by 816PDFScholar