• aaronblohowiak 8 hours ago

    So you embed magnetic particles in silicon rubber and magnetize them, then use magnometers to detect how the magnetic field is changing from a few different points of reference in order to detect the deformation of the rubber and from that you can analyze the "pressure points" on the surface. the innovation here is that you dont have a lengthy re-calibration of your "input signal" to the particular magnet-infused silicone interface because the manufacturing makes them consistent enough to be replaceable parts?

    this makes advanced touch sensors more like machine-cut screws than bespoke hand-forged nails.

    • swamp40 7 hours ago

      I'll bet you could open the grippers fully and recalibrate on power up.

      • sitkack 2 hours ago

        Great idea, you could do the same with a capacitive xy sensor.

        • raunaqmb 32 minutes ago

          Exactly! You need little to no re-calibration.

          With capacitative sensors, it is unclear from existing literature if it is possible to detect shear. Additionally, they generally operate at significantly lower frequencies.

      • sfink 9 hours ago

        I don't know anything about this space, but damn, this looks impressive!

        Could it be used to sort trash and recycling? Could it recalibrate if gunk got on it, or as it aged? (I guess silicon is probably pretty resistant to aging.) Can it wash and de-stem a tomato?

        I think I want a trackpad made out of this. How much resolution could it get? I suppose I wouldn't want to sacrifice a lot of resolution for the pressure, tilt, etc. that I am assuming this would provide.

        (I said "think", because I might find out that it feels like running my finger over skin, and I'm wondering how creepy that might feel. I don't really want my laptop to have a fleshy part.)

        • kibitzor 8 hours ago

          I've worked in this space in automation with industrial grade robots and more bespoke end effectors that don't look like mainstream robots, but fulfil specific needs. Responding to some of your questions with how I could see the above touch sensor helping:

          Trash sort and recycling: Not many robots here, majority of sorting takes advantage of object material properties. Some companies tried to add delta robots to keep up with the high rates required to even approach profitability, but they weren't good enough. Maybe some municipalities or universities that have lots of funding could justify adding robots, but it's just hard to financially justify.

          Recalibration: I'm curious what the developers have for handling reduced magnetic fields over time along with gunk. Silicone is washdown rated, but anything soft at high throughput with parts will start to wear out and change pickup characteristics.

          Washing and destemming a tomato is more of a problem to solve now that will need another 10+ years of price reductions in robot+end effector costs and increased efficiency before it beats bulk washing and hand-destemming (or crude machine work). Maybe it'll be a grad-student's project for a theoretical future home-bot

          The Lenovo TrackPoint is likely already 95% of what you'd need from a trackpad, but this touch sensor is likely not even focused at that market.

          Things I see useful for this robot touch sensor:

          * Simpler version that detects part presence, is just a Boolean feedback of "part detected" which can stick on existing end effectors. This is often handled by load calculations of the robot to detect if it has a part, but could also detect if a part has substantially "moved" while it's been gripped, sending a signal to the robot to pause

          * Harder to suggest items for food as soft grippers (inflatable fingers) will grip at the precise pressure that they're inflated, reducing the need for sensitive feedback. The application for this touch sensor would be food that needs a combination of different pressures to properly secure something, can't think of a great example

          * Hard to also suggest places where this sensor would help with fine alignment, as major manufacturers have motor and arm feedback with WAY more sensitivity than the average person would realize, google Fanuc " Touch Sensing". But, this could help when the end effector is longer and it's harder for the joints to detect position

          * Fabric manipulation. Fabric is just a hard problem for robots, adding in more information about the "part" should be helpful. Unlocking more automations for shoe manufacturing at reasonable prices is a big wall

          • raunaqmb 7 hours ago

            This is a very insightful summary, thank you! A few things to add about AnySkin that might be relevant:

            - AnySkin expressly handles wear and gunk by being replaceable. So if it wears out, and you have a heuristic or learned model for the old skin, it will work pretty well on the new skin! We verify this through an analysis of the raw signal consistency across skins, as well as through visuotactile policies learned using behavior cloning. We found swapping skins to work for some pretty precise tasks like inserting USBs and swiping credit cards.

            - Could definitely be used for part motion detection

            - Soft, inflatable grippers are effective, but often passive. AnySkin is not just soft, but also offers contact information from the interaction to actively ensure that blueberry doesn't get squished!

            - This sensor would be key for robots that seek to use learned ML policies in cluttered environments. Robots are very likely to encounter scenarios where they see an object they must interact with, but the object is occluded either by their own end-effector(s) or by other objects. Touch, and an understanding of touch in relation to vision becomes critical to manipulate objects in these settings.

            - Industrial robots do have very sensitive motor and arm feedback. However, these systems are bulky and unsafe to integrate into household robotic technologies. Sensors like AnySkin could be used as a powerful, lightweight solution in these scenarios, potentially by integrating with some exciting recent household robotics models like Robot Utility Models.

            - ReSkin, the predecessor to AnySkin, has previously been used quite effectively for fabric manipulation! (see work from David Held's group at CMU). AnySkin is more reliable as well as more consistent and could potentially improve the performance seen in prior work.

            • sfink 5 hours ago

              > Washing and destemming a tomato is more of a problem to solve now that will need another 10+ years of price reductions in robot+end effector costs and increased efficiency before it beats bulk washing and hand-destemming (or crude machine work). Maybe it'll be a grad-student's project for a theoretical future home-bot

              Heh, fair. I wasn't thinking of this as a practical usage, it was just the first thing to come to mind when imagining a task requiring a lot of pressure sensitivity and a range of forces.

              Then again, now that I've said it, I believe the current approach to this is to breed really hard, tasteless tomatoes and then agitate them in a vat. Perhaps we can eventually get tastier produce if robots can handle more fragile things!

              Hm... or you could invert things and make a glove, then use it as a controller. (VR, or just a richer set of control dimensions for eg photo editing or something.) I guess that needs to generalize across hand shapes and sizes, not just swapping out the glove, but I'd be up for a calibration/training phase.

              > * Harder to suggest items for food as soft grippers (inflatable fingers) will grip at the precise pressure that they're inflated, reducing the need for sensitive feedback. The application for this touch sensor would be food that needs a combination of different pressures to properly secure something, can't think of a great example

              How do you know the right pressure without feedback? A lot of foods vary in firmness over time and ripeness. Lemons, for example. I guess most don't, as long as you're sticking to a single type of food.

          • eichin 3 hours ago

            Very nice, and much easier to manufacture than the old Takktile sensors https://biorobotics.harvard.edu/takktile.html - it also looks like you could use the skins to destructive levels of force, without damaging the circuit boards at all, with a stiff enough layer between the chips and the skin (the Takktile system put the epoxy directly in contact with the pressure sensors, so while you could use protective layers over that, it would necessarily reduce the sensitivity.)

            How tech-independent is the policy learning part? Do the models end up relying on how the board is giving you direction vectors, rather than contact location? (Nothing wrong with that, I'm just wondering if the directional aspect "factors out" certain kinds of change, and thus simplifies the learning process.)

            • raunaqmb 26 minutes ago

              While the sensor gives us direction vectors, they serve as good proxies for contact location, as we showed with ReSkin, https://reskin.dev.

              That being said, the exact quantities the policy depends on are hard to interpret, given the use of deep learning. This could potentially be modality agnostic, but there has been no sensor so far that has shown (1) the ability to detect intuitively relevant quantities like contact location and 3-axis forces, and (2) sufficient signal consistency for deep learning models to generalize across instances. This was a key motivating factor for AnySkin, and we found a relatively straightforward fabrication procedure that enables this for magnetic sensing.

            • mikewarot 7 hours ago

              At the heart of it is a nice 3 axis magnetometer chip[1] in an array. The magnetic particles embedded in the replaceable skin get oriented in parallel at the magnetization stage of manufacture. This is a really interesting mix of stuff towards the leading edge of stuff we can all use in the home shop.

              [1] https://www.digikey.com/en/products/detail/melexis-technolog...

              • sitkack 2 hours ago

                Yeah, they frustratingly leave out the design of their circuit and the part from the paper but reference their older work.

                ReSkin: versatile, replaceable, lasting tactile skins https://arxiv.org/abs/2111.00071

                > Z- coordinate system [36]. For an overall sensing area of 20mm x 20mm (Figure 3), we measure magnetic flux changes using 5 magnetometers. Four magnetometers (MLX90393; Melexis) are spaced 7mm apart around a central magnetometer. All 3D-printed molds, circuit board files, bill of materials, and libraries used have been publicly released and opensourced on the website

                https://reskin.dev/

                a breakboard is available here https://www.adafruit.com/product/4022

              • mkl 5 hours ago

                This seems like it would be really useful for electronic musical instruments. E.g. Linnstrument (https://www.rogerlinndesign.com/linnstrument) which uses a grid of force sensing resistor strips. Do these sensors interfere with each other if they're sitting side by side?

                • colinator 3 hours ago

                  I did some robotics tactile research, it was super fun! We used "biotac" sensors, which are very capable, but are 1) crazy expensive and 2) crazy hard to replace the skins, which do wear out.

                  One advantage biotacs have over these is that I can send a guy a (very large) check and buy them. Most academically-sourced things like this cannot be gotten for any price. These look cool, I'd love to have a few.

                  • carbocation 2 hours ago

                    One thing that I noticed from watching the first ~minute of the video: rather than simply pressing on the skin, it looks like the finger is mostly pulling the skin down over the edge. My intuition is that this is because there isn't all that much deformation from simply pressing, and so this pulling action triggers a stronger response. But I might be overinterpreting from a few seconds of video.

                    • aabajian 3 hours ago

                      I get the application being a touch sensor, but the real breakthrough is the embedding of magnetic particles with parallel orientations in a flexible medium. A few immediate questions:

                      -The company that makes Magnequench presumably knows their particles can be embedded in other materials. What's the most common use case for these types of particles? Are they typically embedded in fixed (non-flexible) solid medium or liquids?

                      -Is it necessary to use Dragon Skin? The idea of mixing magnetic particles in a semi-solid medium is intriguing to me. Like putting particles into Jello or Silly Putty. Could I then apply an external magnetic field and have the particles deform/shape the medium they are in?

                      • simlevesque 9 hours ago

                        I love the "Fabrication process" graphic. You can't make it simpler than that.

                        • ugh123 9 hours ago

                          For inserting USBs and similar tasks, is it sensing the angular change (and/or pressure differences between the two 'fingers') as the robot aligns into the hole? (as if the robot is 'feeling' it's way to aligning the usb plug).

                          Other questions: Is the primary skin material a molded silicone or possibly TPU (can be 3d printed)?

                          • sfink 9 hours ago

                            Looks like it's a cured silicon, and you can do whatever the heck you want with it.

                            https://www.smooth-on.com/products/dragon-skin-10-slow/

                            So I don't think you could 3d print it, but you could 3d print a mold.

                            • raunaqmb 8 hours ago

                              Yes, you can 3D print a mold and we release this design tool: https://cad.onshape.com/documents/f3ec62110b01a3ad0fcb6d85/w... You can make whatever 2D shape you want in shape_sketch, as long as it is within the bounding square, and we automatically generate molds with the requisite inlet and outlet channels! It is still in prototype mode and we are working to make it robust, but it generally works and was used to make all the different shapes you see on the website and in the paper.

                              • raunaqmb 8 hours ago

                                As for what it is sensing, we learn end to end policies in this case, and allow the neural network can pick up on whatever it needs for the particular task! but we have run experiments with a predecessor of AnySkin, ReSkin: https://reskin.dev that indicate you can localize contact at sub-mm scale as well as sense normal and shear forces!

                              • eichin 2 hours ago

                                https://formlabs.com/blog/inside-production-robot-hand/ is from almost a decade ago, but yeah - print a mold, stick electronics in slots in the mold, pump silicone around it. Back then it was sort of novel that commercial-grade resin printers could produce smooth enough surfaces for this; I expect that today, hobbyist-grade ones probably suffice.

                            • Animats 9 hours ago

                              Nice packaging.

                              Sensors like that have been around for decades, but this is a nice way to package them. The replaceable cover is a big win. "Skin" type sensors have been built many times, but the part that wears out contained the sensors, so they were not suitable for production use.[1]

                              You have to have a Google account to order one. Even though this was funded by Meta.

                              [1] https://www.youtube.com/watch?v=HLdVkaF9ZR4

                              • raunaqmb 8 hours ago

                                We are just collecting emails on the Google form as contact information to get more details when shipping samples. I am sorry that the form is asking for a google account - we will fix that as soon as possible.

                              • wdwvt1 4 hours ago

                                Very cool! This kind of material is potentially very interesting for biotech/lab automation tasks. Any info on surviving sterilization techniques (autoclave, ethylene oxide, clydox, etc)?

                                • alnwlsn 7 hours ago

                                  Seems like the tough part of this is access to the magnetizing machine. I wonder if the same effect could be achieved by placing tiny off the shelf magnets[0] in the molded part instead?

                                  [0]https://www.kjmagnetics.com/proddetail.asp?prod=D101-N52

                                  • raunaqmb 7 hours ago

                                    While this is possible, it would create stress concentrations within the elastomer and could significantly affect its durability. We saw this effect even when using larger magnetic particles as with ReSkin, https://reskin.dev. If instead we make the elastomer more rigid, it would worsen grasp stability.

                                  • xiaodai 2 hours ago

                                    can make a self massaging robot. where you pressure is where the robotic arm will massage, to the strength u need.

                                    • a_t48 5 hours ago

                                      I put in a request for one, would love to get my hands on it to integrate with our framework.

                                      • modeless 8 hours ago

                                        Very cool! Seems to me like slip detection would work better with fingerprint-like ridges molded into the surface. Maybe also combined with an accelerometer or mems microphone to sense vibration.

                                        • raunaqmb 8 hours ago

                                          Yes! The sleek form factor leaves a lot of room to integrate other sensors and modalities!

                                        • tesch1 7 hours ago

                                          Please make a laundry folding robot. #aithatmatters

                                          • dylan604 4 hours ago

                                            Shut up and take my money!!

                                            Would that really need AI though? I guess recognizing the particular item and then deciding how to fold/hang it would be some sort of ML. Again though, that's just a bunch of if statements being labeled as AI.

                                            • eichin 3 hours ago

                                              There are lots of laundry-folding "graduate student robotics project" systems. Most of the videos of them are sped up 8x to make them "merely slow", and involve a rough surface to drag the material against - since they typically use one gripper; two-coordinated-grippers is still a mostly demo/research thing.

                                          • nojvek 2 hours ago

                                            That’s really cool.

                                            Skin is our largest organ. It’s like another vision system with high bandwidth signal but we don’t have anything close in digital world.

                                            Even putting snow gloves heavily impairs dexterity since we can’t feel as much.

                                            • _spduchamp 8 hours ago

                                              What sensor chip are they using?

                                              • theamk 7 hours ago

                                                they say "AnySkin uses the same 5-magnetometer circuitry as ReSkin,". and ReSkin uses Melexis MLX90393.

                                                (Interesting fact: in MLX90393, you can customize 2 lower address bits using config pins, and there are multiple part numbers which only differ in higher address bits - so a single bus can have dozens of magnetometers attached. It's a very helpful feature, a lot of magnetometers are designed for compass use only, and thus have no support for address customization at all)

                                                • raunaqmb 8 hours ago

                                                  We use the MLX90393

                                                • fragmede 9 hours ago

                                                  > Learned visuotactile policies for precise tasks like inserting USBs and credit card swiping...

                                                  > opening the door to the kind of large foundation...

                                                  Sounds like this enables robots to literally open a door, using a door handle or door knob. Exciting!

                                                  • raunaqmb 8 hours ago

                                                    Yes, and importantly we find that visuotactile policies work even when replacing skins. This hasn't been shown before, to the best of our knowledge, and opens the door to a number of exciting large-scale applications of this sensor.