Aviv Tamar's Avatar

Aviv Tamar

@aviv-tamar

AI and robotics researcher at Technion avivt.github.io/avivt/

632
Followers
62
Following
25
Posts
24.11.2024
Joined
Posts Following

Latest posts by Aviv Tamar @aviv-tamar

This was a fantastic collaboration with W/
Zohar Rimon, Eli Shafer, Tal Tepper, and Efrat Shimron

Check it out, and come chat with us at #NeurIPS2025

26.11.2025 13:55 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Toward Artificial Palpation: Representation Learning of Touch on Soft Bodies A proof of concept for artificial palpation.

Want to learn more? Our project page has data, code, a simulator, manufacturing recipes, and all the information you need to engage
zoharri.github.io/artificial-p...

26.11.2025 13:55 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

What’s next?
Goal is a device that can visualize the internal structure of any soft object. This requires more data and more sophisticated models. Eventually, we’d like to see this work in clinical experiments - where we can use it to detect changes in a body’s shape over time.

26.11.2025 13:55 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

The result is a neural network that can process a sequence of tactile measurements and output an image of the soft object’s internal structure. Because it is learned - it can recover precise shapes that appeared in the data, like the round inclusions seen in the video.

26.11.2025 13:55 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Finally, for tactile imaging, we learn to map the representation to a GT image of the object structure. But how to obtain the GT internal structure?
We scanned our objects in an MRI!

26.11.2025 13:55 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

So, we started from the beginning - data. We manufactured modular soft objects that we can automatically palpate for hours with a robot.

Our key idea - self-supervised learning.
By predicting tactile sequence -> forces at a future position, we learn a tactile representation!

26.11.2025 13:55 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

There’s been progress with tactile-based policies, but there’s much more to tactile understanding - it’s part of our world model!

There's also progress with rigid objects, which are easy to simulate/visualize, but soft objects is still a mystery...

26.11.2025 13:55 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Think of the applications - artificial palpation, cooking robots, smart prosthesis, and many more domains are based on touch.

Our motivation in this work is breast tactile imaging.

But AI here is tricky - tactile data is hard to find!

26.11.2025 13:55 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Toward Artificial Palpation: Representation Learning of Touch on Soft Bodies
Toward Artificial Palpation: Representation Learning of Touch on Soft Bodies YouTube video by Itamar Kelner

Can we get AI to understand and visualize tactile scenes?

A short 🧡 about our new work

Human have **tactile scene understanding** - transforming touch signals to a mental representation of objects we manipulate. We learn this as children.

But what about AI?

youtu.be/D1VAWh3p_GU

26.11.2025 13:55 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Video thumbnail

I'm excited about scaling up robot learning! We’ve been scaling up data gen with RL in realistic sims generated from crowdsourced videos. Enables data collection far more cheaply than real world teleop. Importantly, data becomes *cheaper* with more environments and transfers to real robots! 🧡 (1/N)

05.12.2024 02:12 πŸ‘ 21 πŸ” 11 πŸ’¬ 3 πŸ“Œ 0
Post image

Reminder:
How to share arXiv papers

01.12.2024 11:20 πŸ‘ 88 πŸ” 11 πŸ’¬ 5 πŸ“Œ 2

They performed well enough to make us believe that we can seriously spend $$$ to train a model to generate images that look real.

StyleGAN was the first time "deep fakes" became a real thing.

28.11.2024 13:17 πŸ‘ 4 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I could never remember the git commands beyond commit/push/pull, but I find that chatGPT is very good at helping me with it whenever I need

27.11.2024 16:07 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Thanks. At a high level, I see search heuristics to be quite similar to value functions. In the book, we prove A* optimality by "reward shaping" Dijkstra's algorithm, which is another connection between search heuristics and values.

26.11.2024 15:01 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

There's a fairly large RL Theory community.

26.11.2024 13:28 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

It's 2040. ICLR rebuttal now lasts two years. Reviewer 2 still hasn't read your paper but has strong opinions about it

25.11.2024 20:42 πŸ‘ 101 πŸ” 6 πŸ’¬ 4 πŸ“Œ 0

Completely agree.

Recently I got a review (for a journal) that was from a relevant expert who also signed his name at the end (he didn't need to). Made us take the review very very seriously, even though it was negative.

26.11.2024 06:53 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

ahm ahm... we just posted this today :)
bsky.app/profile/aviv...

25.11.2024 18:48 πŸ‘ 4 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Yes, when I teach I also have a final "hand waving" class on deep RL where I show how to go from the textbook material to DQN, PPO, Alpha Go. Adding such comments is a good idea, thanks!

25.11.2024 18:44 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

We don't really cover deep RL algorithms. There's a lot on Q learning, and the distance from what we cover to DQN is very small. Actually, it would be a good idea to add a remark on that, thanks!

25.11.2024 15:44 πŸ‘ 4 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

🎯

25.11.2024 12:27 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

We hope you find it useful!

The book is still work in progress - we’d be grateful for comments, suggestions, omissions, and errors of any kind, at rlfoundationsbook@gmail.com

25.11.2024 12:08 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

But for teaching RL, we wanted a book that is both rigorous (full proofs and analytical examples), covers what we feel is most relevant, and is easy enough for undergrad teaching.

The book is a focused one semester course for advanced undergrad/early grad that covers key topics in depth.

25.11.2024 12:08 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

For teachers, we also have a 40+ page exam booklet on our website.

Why this book? 


There are several other excellent textbooks, including Sutton and Barto and Bertsekas and Tsitsiklis.

25.11.2024 12:08 πŸ‘ 2 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0
Post image Post image Post image

Want to learn / teach RL? 

Check out new book draft:
Reinforcement Learning - Foundations
sites.google.com/view/rlfound...
W/ Shie Mannor & Yishay Mansour
This is a rigorous first course in RL, based on our teaching at TAU CS and Technion ECE.

25.11.2024 12:08 πŸ‘ 154 πŸ” 34 πŸ’¬ 4 πŸ“Œ 4

Some years ago, a director at a tech company told me:

""" I get so many applicants that if you don't have a NeurIPS paper (or equivalent), I won't even look at the application. """

It's a quite reasonable individual rational response, but the systemic effects lead to what we see now.

25.11.2024 01:27 πŸ‘ 97 πŸ” 5 πŸ’¬ 5 πŸ“Œ 1

The "bad reviewer party" sounds much more fun tho

25.11.2024 04:57 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

yes, this is a great paper!

24.11.2024 19:02 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Reviews are mostly worthless; a good AC is critical.

24.11.2024 17:00 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0