Goto

Collaborating Authors

 dog breed


Pugs and Frenchies could find breathing relief for squishy faces with new treatment

Popular Science

Snoretox-1 uses inactive tetanus to help keep airways open. More information Adding us as a Preferred Source in Google by using this link indicates that you would like to see more of our content in Google News results. Humans bred dogs that can't breathe. Science may finally give them some relief. Breakthroughs, discoveries, and DIY tips sent six days a week.


The rarest dog breed in the United States is a puffin hunter

Popular Science

More information Adding us as a Preferred Source in Google by using this link indicates that you would like to see more of our content in Google News results. Only around 1,500 Norwegian Lundehunds existed in the world in 2022. Breakthroughs, discoveries, and DIY tips sent six days a week. Golden retrievers, poodles, and German shepherds are all instantly recognizable dog breeds . But these are only a fraction of the 202 pooch types officially recognized by the American Kennel Club (AKC).


Chihuahua, boxer, and 10 other dog breeds at risk of breathing troubles

Popular Science

The new study of almost 900 dogs aims to help owners pinpoint breathing issues. Breakthroughs, discoveries, and DIY tips sent six days a week. Despite their popularity, for their seemingly helpless-looking eyes and flat faces, short-skulled (or brachycephalic) dogs like the French bulldog often have serious difficulty breathing. A study published today in the journal found that in 12 breeds, a flat face, collapsing nostrils, and rounded physique puts them at a higher risk for developing common breathing conditions. Pekingese and Japanese chins were noted to be the highest risk.


Continual Learning with Evolving Class Ontologies

Neural Information Processing Systems

Lifelong learners must recognize concept vocabularies that evolve over time. A common yet underexplored scenario is learning with class labels that continually refine/expand old classes. For example, humans learn to recognize ${\tt dog}$ before dog breeds. In practical settings, dataset ${\it versioning}$ often introduces refinement to ontologies, such as autonomous vehicle benchmarks that refine a previous ${\tt vehicle}$ class into ${\tt school-bus}$ as autonomous operations expand to new cities. This paper formalizes a protocol for studying the problem of ${\it Learning with Evolving Class Ontology}$ (LECO). LECO requires learning classifiers in distinct time periods (TPs); each TP introduces a new ontology of fine labels that refines old ontologies of coarse labels (e.g., dog breeds that refine the previous ${\tt dog}$). LECO explores such questions as whether to annotate new data or relabel the old, how to exploit coarse labels, and whether to finetune the previous TP's model or train from scratch. To answer these questions, we leverage insights from related problems such as class-incremental learning.


Your pet dog really does have wolf genes

Popular Science

Chihuahuas have about 0.2 percent wolf ancestry, according to a new study. Breakthroughs, discoveries, and DIY tips sent every weekday. While that chihuahua might seem about as similar to a wolf as a shrub is to a mighty redwood tree, some small breeds like the tiny, big-eared chihuahua have some wolf ancestry. New research published today in the journal (), finds that the majority of dogs living today have low but detectable levels of post-domestication wolf ancestry. These genes have likely helped shape multiple characteristics, including personality traits, sense of smell, and body size.


Pandemic life left its mark on dogs

Popular Science

Data from over 47,000 dogs found that they are pretty adaptable, except for one behavior. Breakthroughs, discoveries, and DIY tips sent every weekday. While it would be great to read a dog's mind to figure out why they chew your shoes or howl at the moon, that technology is probably still a long way off. However, a study published today in the journal is offering pet owners and veterinarians a baseline for understanding dog behavior . The data comes out of the Dog Aging Project, a large-scale research initiative that involves over 40 different institutions.


Continual Learning with Evolving Class Ontologies

Neural Information Processing Systems

Lifelong learners must recognize concept vocabularies that evolve over time. A common yet underexplored scenario is learning with class labels that continually refine/expand old classes. For example, humans learn to recognize {\tt dog} before dog breeds. In practical settings, dataset {\it versioning} often introduces refinement to ontologies, such as autonomous vehicle benchmarks that refine a previous {\tt vehicle} class into {\tt school-bus} as autonomous operations expand to new cities. This paper formalizes a protocol for studying the problem of {\it Learning with Evolving Class Ontology} (LECO).


Here are the DUMBEST dog breeds according to science

Daily Mail - Science & tech

Of the hundreds of recognised dog breeds, the Belgian malinois has been named as the world's most intelligent by a new scientific study. Belgian malinois, often used as police dogs, achieved 35 points out of 39 in a series of cognitive tasks and behavioural tasks as part of the study. Naturally, the new study, conducted at the the University of Helsinki in Finland, has begged the question: which dog breed is the dumbest? According to Professor Stanley Coren, a canine expert at the University of British Columbia in Canada, the Afghan Hound is the least intelligent breed of dog when it comes to understanding and obeying commands. The following were ranked lowest by Professor Stanley Coren in his book'The Intelligence of Dogs'.


Predicting Dog Breed with a CNN

#artificialintelligence

Convolutional neural networks (CNNs) are an incredibly useful tool for analysing pictures, and in this article, we attempt to use one to identify breed given an image of a dog. On top of this, we also aim to input pictures of humans into the model and output the breed the human looks most similar to. To input into the model, we were provided with over 8,000 dog images each accompanied with the corresponding breed -- a total of 133 breeds over the whole dataset. To undertake this task, it was important to understand the theory behind CNNs and how they work, with particular application to how they work for image classification. The first consideration is how images can be represented for input to a CNN.


Dog Classification with CNNs and Transfer Learning

#artificialintelligence

In this project, we will we will build a pipeline to process real-world, user-supplied images. The goal is to explore different Deep Learning models, using various architecture and techniques (like CNNs and Transfer Learning) and to get a first version of the model with a good performance. We will explore data sets, discuss metrics, present the results of the models as well as some hints on potential improvements. In the end, the final model could be potentially used within a web or mobile app to create an entertaining user experience in dog (or human) classification. To achieve our goals we need to train models using two different data sets: with human faces and with dog images.