pancake
A Surrogate model for High Temperature Superconducting Magnets to Predict Current Distribution with Neural Network
Xiao, Mianjun, Song, Peng, Liu, Yulong, Korte, Cedric, Xu, Ziyang, Gao, Jiale, Lu, Jiaqi, Nie, Haoyang, Deng, Qiantong, Qu, Timing
Finite element method (FEM) is widely used in high-temperature superconducting (HTS) magnets, but its computational cost increases with magnet size and becomes time-consuming for meter-scale magnets, especially when multi-physics couplings are considered, which limits the fast design of large-scale REBCO magnet systems. In this work, a surrogate model based on a fully connected residual neural network (FCRN) is developed to predict the space-time current density distribution in REBCO solenoids. Training datasets were generated from FEM simulations with varying numbers of turns and pancakes. The results demonstrate that, for deeper networks, the FCRN architecture achieves better convergence than conventional fully connected network (FCN), with the configuration of 12 residual blocks and 256 neurons per layer providing the most favorable balance between training accuracy and generalization capability. Extrapolation studies show that the model can reliably predict magnetization losses for up to 50% beyond the training range, with maximum errors below 10%. The surrogate model achieves predictions several orders of magnitude faster than FEM and still remains advantageous when training costs are included. These results indicate that the proposed FCRN-based surrogate model provides both accuracy and efficiency, offering a promising tool for the rapid analysis of large-scale HTS magnets.
- Asia > China > Beijing > Beijing (0.04)
- North America > United States > Illinois (0.04)
An Intelligent Robotic System for Perceptive Pancake Batter Stirring and Precise Pouring
Luo, Xinyuan, Jin, Shengmiao, Huang, Hung-Jui, Yuan, Wenzhen
Cooking robots have long been desired by the commercial market, while the technical challenge is still significant. A major difficulty comes from the demand of perceiving and handling liquid with different properties. This paper presents a robot system that mixes batter and makes pancakes out of it, where understanding and handling the viscous liquid is an essential component. The system integrates Haptic Sensing and control algorithms to autonomously stir flour and water to achieve the desired batter uniformity, estimate the batter's properties such as the water-flour ratio and liquid level, as well as perform precise manipulations to pour the batter into any specified shape. Experimental results show the system's capability to always produce batter of desired uniformity, estimate water-flour ratio and liquid level precisely, and accurately pour it into complex shapes. This research showcases the potential for robots to assist in kitchens and step towards commercial culinary automation.
- North America > United States > Illinois (0.04)
- South America > Uruguay > Maldonado > Maldonado (0.04)
- North America > United States > Pennsylvania > Allegheny County > Pittsburgh (0.04)
- (5 more...)
True Knowledge Comes from Practice: Aligning LLMs with Embodied Environments via Reinforcement Learning
Tan, Weihao, Zhang, Wentao, Liu, Shanqi, Zheng, Longtao, Wang, Xinrun, An, Bo
Despite the impressive performance across numerous tasks, large language models (LLMs) often fail in solving simple decision-making tasks due to the misalignment of the knowledge in LLMs with environments. On the contrary, reinforcement learning (RL) agents learn policies from scratch, which makes them always align with environments but difficult to incorporate prior knowledge for efficient explorations. To narrow the gap, we propose TWOSOME, a novel general online framework that deploys LLMs as decision-making agents to efficiently interact and align with embodied environments via RL without requiring any prepared datasets or prior knowledge of the environments. Firstly, we query the joint probabilities of each valid action with LLMs to form behavior policies. Then, to enhance the stability and robustness of the policies, we propose two normalization methods and summarize four prompt design principles. Finally, we design a novel parameter-efficient training architecture where the actor and critic share one frozen LLM equipped with low-rank adapters (LoRA) updated by PPO. We conduct extensive experiments to evaluate TWOSOME. i) TWOSOME exhibits significantly better sample efficiency and performance compared to the conventional RL method, PPO, and prompt tuning method, SayCan, in both classical decision-making environment, Overcooked, and simulated household environment, VirtualHome. ii) Benefiting from LLMs' open-vocabulary feature, TWOSOME shows superior generalization ability to unseen tasks. iii) Under our framework, there is no significant loss of the LLMs' original ability during online PPO finetuning.
My Cat Talks to Me
My relationship with my cat is less that of pet and owner than it is hostage-taker and hostage. Four-year-old Vlada spends every night sleeping peacefully in my arms like a teddy bear. Then, too soon after dawn, her demeanor abruptly changes: She bites my hands, legs, and neck, and meows in my face with a force that can only be described as belligerent. "Stop shouting at me," I tell her. After I have dutifully dispensed her morning tin of Applaws, Vlada is appeased.
- North America > United States > California > Sacramento County > Sacramento (0.05)
- Europe > Sweden (0.05)
Synthesis of Procedural Models for Deterministic Transition Systems
Segovia-Aguas, Javier, Ferrer-Mestres, Jonathan, Jiménez, Sergio
This paper introduces a general approach for synthesizing procedural models of the state-transitions of a given discrete system. The approach is general in that it accepts different target languages for modeling the state-transitions of a discrete system; different model acquisition tasks with different target languages, such as the synthesis of STRIPS action models, or the update rule of a cellular automaton, fit as particular instances of our general approach. We follow an inductive approach to synthesis meaning that a set of examples of state-transitions, represented as (pre-state, action, post-state) tuples, are given as input. The goal is to synthesize a structured program that, when executed on a given pre-state, outputs its associated post-state. Our synthesis method implements a combinatorial search in the space of well-structured terminating programs that can be built using a Random-Access Machine (RAM), with a minimalist instruction set, and a finite amount of memory. The combinatorial search is guided with functions that asses the complexity of the candidate programs, as well as their fitness to the given input set of examples.
- Asia > Vietnam > Hanoi > Hanoi (0.05)
- North America > United States > Massachusetts (0.04)
- Europe > United Kingdom > England > Cambridgeshire > Cambridge (0.04)
- (3 more...)
Learning Search-Space Specific Heuristics Using Neural Networks
Liu, Yu, Kuroiwa, Ryo, Fukunaga, Alex
We propose and evaluate a system which learns a neuralnetwork heuristic function for forward search-based, satisficing classical planning. Our system learns distance-to-goal estimators from scratch, given a single PDDL training instance. Training data is generated by backward regression search or by backward search from given or guessed goal states. In domains such as the 24-puzzle where all instances share the same search space, such heuristics can also be reused across all instances in the domain. We show that this relatively simple system can perform surprisingly well, sometimes competitive with well-known domain-independent heuristics.
- North America > Canada > Ontario > Toronto (0.14)
- Asia > Japan > Honshū > Kantō > Tokyo Metropolis Prefecture > Tokyo (0.04)
- North America > Mexico > Gulf of Mexico (0.04)
- (2 more...)
SAM-RL: Sensing-Aware Model-Based Reinforcement Learning via Differentiable Physics-Based Simulation and Rendering
Lv, Jun, Feng, Yunhai, Zhang, Cheng, Zhao, Shuang, Shao, Lin, Lu, Cewu
Model-based reinforcement learning (MBRL) is recognized with the potential to be significantly more sample-efficient than model-free RL. How an accurate model can be developed automatically and efficiently from raw sensory inputs (such as images), especially for complex environments and tasks, is a challenging problem that hinders the broad application of MBRL in the real world. In this work, we propose a sensing-aware model-based reinforcement learning system called SAM-RL. Leveraging the differentiable physics-based simulation and rendering, SAM-RL automatically updates the model by comparing rendered images with real raw images and produces the policy efficiently. With the sensing-aware learning pipeline, SAM-RL allows a robot to select an informative viewpoint to monitor the task process. We apply our framework to real world experiments for accomplishing three manipulation tasks: robotic assembly, tool manipulation, and deformable object manipulation. We demonstrate the effectiveness of SAM-RL via extensive experiments. Videos are available on our project webpage at https://sites.google.com/view/rss-sam-rl.
- Asia > China > Shanghai > Shanghai (0.05)
- North America > United States > California > San Diego County > San Diego (0.04)
- North America > United States > California > Orange County > Irvine (0.04)
- Asia > Singapore > Central Region > Singapore (0.04)
- Research Report (0.64)
- Overview (0.46)
How to make the perfect PANCAKE, according to science
Whether they're thick and fluffy or thin and crispy at the edges, every household will have a favourite style of pancake this Shrove Tuesday. But whatever your preference, it's not just a case of mixing flour, eggs and milk and pouring the mixture into a pan. Science tells us that several additions to the batter and a few important preparation tips will get the most delectable results. Adding both an acid and an alkali to your batter is essential if you want fluffy pancakes, while butter will help create a delicious browning reaction – but don't overbeat your batter or the results will be too tough. London experts have already used AI to identify the ultimate pancake recipe that lists seven ingredients – flour, sugar, baking powder, salt, milk, butter and eggs.
- Materials > Chemicals > Industrial Gases (0.31)
- Education > Health & Safety > School Nutrition (0.31)
Can Computers Learn Common Sense?
A few years ago, a computer scientist named Yejin Choi gave a presentation at an artificial-intelligence conference in New Orleans. On a screen, she projected a frame from a newscast where two anchors appeared before the headline "CHEESEBURGER STABBING." Choi explained that human beings find it easy to discern the outlines of the story from those two words alone. Had someone stabbed a cheeseburger? Had a cheeseburger been used to stab a person?
- North America > United States > Louisiana > Orleans Parish > New Orleans (0.25)
- North America > United States > New York (0.05)
- North America > United States > Hawaii (0.05)
- Consumer Products & Services (0.48)
- Transportation (0.31)
Adventures with AI: Here's what happened when I ate a three course meal designed by artificial intelligence
Welcome to Adventures with AI, a column exploring what happens when artificial intelligence takes control of everyday tasks. Eating out is one of my great pleasures; cooking is not. Unfortunately, since the onset of the COVID-19 pandemic, I've been doing a lot of the latter and almost none of the former. Preparing meals has become paricularly tedious during London's latest lockdown. So like an unhappy couple in a sexless marriage, I've been trying to spice things up in my domestic life.