


What are the dogs at home thinking about? Scientists use machine learning to figure it out
Have you ever thought about what is going on in the mind of a dog that acts coquettishly and begs to be fed to you every day?
Why do dogs that put a lot of effort into raising mature dogs just turn around and jump into other people's arms?
Actually, dogs don’t do this intentionally to make you angry -
An experiment from Emory University showed that dogs are The world may see things very differently than we do.
Humans pay more attention to objects, but dogs don’t care much about who or what object they see, but care more about the action itself.
So it stands to reason that anyone who treats a dog well can get close to him. (Of course, don’t forget that dogs have a keen sense of smell, and many dogs also recognize their owners)
In addition, the visual systems of dogs and humans are also very different. They can only see yellow and blue tones, but there is one Sensitive visual receptors used to detect movement.
This experiment used machine learning to figure out the dog’s brain activity, and the related paper has been published in The Journal of Visualized Experiments.
Researchers pointed out that this method has an obvious advantage: it is non-invasive.
This method has only been used on primates before, so this experiment on dogs is a major breakthrough.
Let’s take a look at the specific experience process.
Comparing the brain activity of dogs and humans
Researchers used machine learning and fMRI (functional magnetic resonance imaging) to explore the brain activity of dogs when they watch different types of videos.
As for why you should choose dogs instead of other animals?
Because dogs are relatively easy to teach animals, after certain training they can obediently cooperate with MRI (magnetic resonance) scans without the need to inject sedatives or use other restraint methods.
However, although the dogs are relatively obedient, in this study, in addition to participating in MRI scans, they also had to watch videos for a long time. So in the end, only two dogs were selected, one was a 4-year-old male Boxer mix and the other was an 11-year-old female Boston Terrier mix.
△The dog is watching the video
Each dog watched three different sets of videos, each set of videos lasted 30 minutes, a total of 256 videos fragment. To control for variables, these videos had no sound.
Some of the videos focus on showing different objects (e.g. people, dogs, cars), others focus on showing different actions (e.g. playing, eating, smelling).
For comparison, two human volunteers also watched the video clips using the same procedure.
While the volunteers and dogs watched the video, the researchers used a 3T MRI scanner to record images of their brain activity.
They then used neural networks to train and test three classifiers (classifiers) to distinguish between "objects" and "actions".
Hey, why not 2 but 3?
Because among the behavior classifiers, one was trained on 3 different actions, and the other learned 5 actions.
The results show that the human brain responds well to objects and actions, while the dog's brain is only sensitive to actions. They don't seem to be cold to different people and objects.
△The left is the human brain MRI image, and the right is the dog brain MRI image
In order to evaluate the performance of the model and make the data more convincing, the researchers also used The Ivis machine learning algorithm is used to quantify the collected data.
Looking at data from human volunteers, these models all achieved over 99% accuracy in mapping their brain activity data to different classifiers.
When decoding dog brain data, the model is basically ineffective for object-based classifiers; however, for behavior-based classifiers, the accuracy can reach 60% to 88%.
It can be seen that the way dogs think is very different from ours!
About the researcher
The researcher is from the Department of Psychology at Emory University.
The first author of the paper, Erin M. Phillips, is currently a doctoral candidate in the Department of Ecology and Evolutionary Biology at Princeton University.
She came to Emory University as a visiting scholar and participated in this research.
The co-author of the paper, Gregory S. Berns, is currently a professor at Emory University. His main research directions are neuroimaging of human decision-making, dog fMRI, and comparative neurobiology.
Professor Berns graduated from the Department of Physics of Princeton University with a bachelor's degree and received two doctorate degrees: a doctorate in biomedical engineering and a doctorate in medicine.
Berns believes that it is understandable that dogs pay more attention to movements, because animals naturally need to pay close attention to changes in the environment in order to hunt or avoid being eaten.
Although only two dogs participated in this study, the researchers will conduct experiments on more dogs and other animals in the future to explore how animals perceive the world.
Paper address: https://www.jove.com/t/64442/through-dog-s-eyes-fmri-decoding-naturalistic-videos-from-dog
Reference link :https://www.eurekalert.org/news-releases/964886
The above is the detailed content of What are the dogs at home thinking about? Scientists use machine learning to figure it out. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



In the fields of machine learning and data science, model interpretability has always been a focus of researchers and practitioners. With the widespread application of complex models such as deep learning and ensemble methods, understanding the model's decision-making process has become particularly important. Explainable AI|XAI helps build trust and confidence in machine learning models by increasing the transparency of the model. Improving model transparency can be achieved through methods such as the widespread use of multiple complex models, as well as the decision-making processes used to explain the models. These methods include feature importance analysis, model prediction interval estimation, local interpretability algorithms, etc. Feature importance analysis can explain the decision-making process of a model by evaluating the degree of influence of the model on the input features. Model prediction interval estimate

This article will introduce how to effectively identify overfitting and underfitting in machine learning models through learning curves. Underfitting and overfitting 1. Overfitting If a model is overtrained on the data so that it learns noise from it, then the model is said to be overfitting. An overfitted model learns every example so perfectly that it will misclassify an unseen/new example. For an overfitted model, we will get a perfect/near-perfect training set score and a terrible validation set/test score. Slightly modified: "Cause of overfitting: Use a complex model to solve a simple problem and extract noise from the data. Because a small data set as a training set may not represent the correct representation of all data." 2. Underfitting Heru

In the 1950s, artificial intelligence (AI) was born. That's when researchers discovered that machines could perform human-like tasks, such as thinking. Later, in the 1960s, the U.S. Department of Defense funded artificial intelligence and established laboratories for further development. Researchers are finding applications for artificial intelligence in many areas, such as space exploration and survival in extreme environments. Space exploration is the study of the universe, which covers the entire universe beyond the earth. Space is classified as an extreme environment because its conditions are different from those on Earth. To survive in space, many factors must be considered and precautions must be taken. Scientists and researchers believe that exploring space and understanding the current state of everything can help understand how the universe works and prepare for potential environmental crises

Common challenges faced by machine learning algorithms in C++ include memory management, multi-threading, performance optimization, and maintainability. Solutions include using smart pointers, modern threading libraries, SIMD instructions and third-party libraries, as well as following coding style guidelines and using automation tools. Practical cases show how to use the Eigen library to implement linear regression algorithms, effectively manage memory and use high-performance matrix operations.

Machine learning is an important branch of artificial intelligence that gives computers the ability to learn from data and improve their capabilities without being explicitly programmed. Machine learning has a wide range of applications in various fields, from image recognition and natural language processing to recommendation systems and fraud detection, and it is changing the way we live. There are many different methods and theories in the field of machine learning, among which the five most influential methods are called the "Five Schools of Machine Learning". The five major schools are the symbolic school, the connectionist school, the evolutionary school, the Bayesian school and the analogy school. 1. Symbolism, also known as symbolism, emphasizes the use of symbols for logical reasoning and expression of knowledge. This school of thought believes that learning is a process of reverse deduction, through existing

Translator | Reviewed by Li Rui | Chonglou Artificial intelligence (AI) and machine learning (ML) models are becoming increasingly complex today, and the output produced by these models is a black box – unable to be explained to stakeholders. Explainable AI (XAI) aims to solve this problem by enabling stakeholders to understand how these models work, ensuring they understand how these models actually make decisions, and ensuring transparency in AI systems, Trust and accountability to address this issue. This article explores various explainable artificial intelligence (XAI) techniques to illustrate their underlying principles. Several reasons why explainable AI is crucial Trust and transparency: For AI systems to be widely accepted and trusted, users need to understand how decisions are made

MetaFAIR teamed up with Harvard to provide a new research framework for optimizing the data bias generated when large-scale machine learning is performed. It is known that the training of large language models often takes months and uses hundreds or even thousands of GPUs. Taking the LLaMA270B model as an example, its training requires a total of 1,720,320 GPU hours. Training large models presents unique systemic challenges due to the scale and complexity of these workloads. Recently, many institutions have reported instability in the training process when training SOTA generative AI models. They usually appear in the form of loss spikes. For example, Google's PaLM model experienced up to 20 loss spikes during the training process. Numerical bias is the root cause of this training inaccuracy,

As the D-Day invasion approaches its 80th anniversary, a whole month of World of Tanks events and specials will be centered around Operation Overlord - a new PvE mode, a themed battle pass, the release of a new Frontline mode, and a month-long The Operation Normandy token store is about to open. OPERATION MAP From June 3 to June 30, explore the beaches of Normandy and collect up to 90 Operation Normandy Tokens: 36 from this map and another 54 by completing daily tasks. Check out the interactive map and see the start dates for each event, then start earning tokens now, or unlock special token missions. Use the map to learn more about Operation Normandy related activities. Once you have obtained enough Operation Normandy tokens, you can go to the Operation Normandy token dealer
