bigg

Can we solve quantum theory’s biggest problem by redefining reality?

With its particles in two places at once, quantum theory strains our common sense notions of how the universe should work. But one group of physicists says we can get reality back if we just redefine its foundations




bigg

Is the world's biggest fusion experiment dead after new delay to 2035?

ITER, a €20 billion nuclear fusion reactor under construction in France, will now not switch on until 2035 - a delay of 10 years. With smaller commercial fusion efforts on the rise, is it worth continuing with this gargantuan project?




bigg

We may finally know what caused the biggest cosmic explosion ever seen

The gamma ray burst known as GRB221009A is the biggest explosion astronomers have ever glimpsed and we might finally know what caused the blast




bigg

A slight curve helps rocks make the biggest splash

Researchers were surprised to find that a very slightly curved object produces a more dramatic splash than a perfectly flat one




bigg

Another blow for dark matter as biggest hunt yet finds nothing

The hunt for particles of dark matter has been stymied once again, with physicists placing constraints on this mysterious substance that are 5 times tighter than the previous best




bigg

Can we solve quantum theory’s biggest problem by redefining reality?

With its particles in two places at once, quantum theory strains our common sense notions of how the universe should work. But one group of physicists says we can get reality back if we just redefine its foundations




bigg

Why falling birth rates will be a bigger problem than overpopulation

Birthrates are projected to have fallen below the replacement level, of 2.1 per woman, in more than three quarters of countries by 2050




bigg

Why the T in ChatGPT is AI's biggest breakthrough - and greatest risk

AI companies hope that feeding ever more data to their models will continue to boost performance, eventually leading to human-level intelligence. Behind this hope is the "transformer", a key breakthrough in AI, but what happens if it fails to deliver?




bigg

AIs get worse at answering simple questions as they get bigger

Using more training data and computational power is meant to make AIs more reliable, but tests suggest large language models actually get less reliable as they grow






bigg

Exclusive: Liz Truss urged to act with Britain facing biggest loss of sports facilities in a generation




bigg

Andrew Ng: Unbiggen AI



Andrew Ng has serious street cred in artificial intelligence. He pioneered the use of graphics processing units (GPUs) to train deep learning models in the late 2000s with his students at Stanford University, cofounded Google Brain in 2011, and then served for three years as chief scientist for Baidu, where he helped build the Chinese tech giant’s AI group. So when he says he has identified the next big shift in artificial intelligence, people listen. And that’s what he told IEEE Spectrum in an exclusive Q&A.


Ng’s current efforts are focused on his company Landing AI, which built a platform called LandingLens to help manufacturers improve visual inspection with computer vision. He has also become something of an evangelist for what he calls the data-centric AI movement, which he says can yield “small data” solutions to big issues in AI, including model efficiency, accuracy, and bias.

Andrew Ng on...

The great advances in deep learning over the past decade or so have been powered by ever-bigger models crunching ever-bigger amounts of data. Some people argue that that’s an unsustainable trajectory. Do you agree that it can’t go on that way?

Andrew Ng: This is a big question. We’ve seen foundation models in NLP [natural language processing]. I’m excited about NLP models getting even bigger, and also about the potential of building foundation models in computer vision. I think there’s lots of signal to still be exploited in video: We have not been able to build foundation models yet for video because of compute bandwidth and the cost of processing video, as opposed to tokenized text. So I think that this engine of scaling up deep learning algorithms, which has been running for something like 15 years now, still has steam in it. Having said that, it only applies to certain problems, and there’s a set of other problems that need small data solutions.

When you say you want a foundation model for computer vision, what do you mean by that?

Ng: This is a term coined by Percy Liang and some of my friends at Stanford to refer to very large models, trained on very large data sets, that can be tuned for specific applications. For example, GPT-3 is an example of a foundation model [for NLP]. Foundation models offer a lot of promise as a new paradigm in developing machine learning applications, but also challenges in terms of making sure that they’re reasonably fair and free from bias, especially if many of us will be building on top of them.

What needs to happen for someone to build a foundation model for video?

Ng: I think there is a scalability problem. The compute power needed to process the large volume of images for video is significant, and I think that’s why foundation models have arisen first in NLP. Many researchers are working on this, and I think we’re seeing early signs of such models being developed in computer vision. But I’m confident that if a semiconductor maker gave us 10 times more processor power, we could easily find 10 times more video to build such models for vision.

Having said that, a lot of what’s happened over the past decade is that deep learning has happened in consumer-facing companies that have large user bases, sometimes billions of users, and therefore very large data sets. While that paradigm of machine learning has driven a lot of economic value in consumer software, I find that that recipe of scale doesn’t work for other industries.

Back to top

It’s funny to hear you say that, because your early work was at a consumer-facing company with millions of users.

Ng: Over a decade ago, when I proposed starting the Google Brain project to use Google’s compute infrastructure to build very large neural networks, it was a controversial step. One very senior person pulled me aside and warned me that starting Google Brain would be bad for my career. I think he felt that the action couldn’t just be in scaling up, and that I should instead focus on architecture innovation.

“In many industries where giant data sets simply don’t exist, I think the focus has to shift from big data to good data. Having 50 thoughtfully engineered examples can be sufficient to explain to the neural network what you want it to learn.”
—Andrew Ng, CEO & Founder, Landing AI

I remember when my students and I published the first NeurIPS workshop paper advocating using CUDA, a platform for processing on GPUs, for deep learning—a different senior person in AI sat me down and said, “CUDA is really complicated to program. As a programming paradigm, this seems like too much work.” I did manage to convince him; the other person I did not convince.

I expect they’re both convinced now.

Ng: I think so, yes.

Over the past year as I’ve been speaking to people about the data-centric AI movement, I’ve been getting flashbacks to when I was speaking to people about deep learning and scalability 10 or 15 years ago. In the past year, I’ve been getting the same mix of “there’s nothing new here” and “this seems like the wrong direction.”

Back to top

How do you define data-centric AI, and why do you consider it a movement?

Ng: Data-centric AI is the discipline of systematically engineering the data needed to successfully build an AI system. For an AI system, you have to implement some algorithm, say a neural network, in code and then train it on your data set. The dominant paradigm over the last decade was to download the data set while you focus on improving the code. Thanks to that paradigm, over the last decade deep learning networks have improved significantly, to the point where for a lot of applications the code—the neural network architecture—is basically a solved problem. So for many practical applications, it’s now more productive to hold the neural network architecture fixed, and instead find ways to improve the data.

When I started speaking about this, there were many practitioners who, completely appropriately, raised their hands and said, “Yes, we’ve been doing this for 20 years.” This is the time to take the things that some individuals have been doing intuitively and make it a systematic engineering discipline.

The data-centric AI movement is much bigger than one company or group of researchers. My collaborators and I organized a data-centric AI workshop at NeurIPS, and I was really delighted at the number of authors and presenters that showed up.

You often talk about companies or institutions that have only a small amount of data to work with. How can data-centric AI help them?

Ng: You hear a lot about vision systems built with millions of images—I once built a face recognition system using 350 million images. Architectures built for hundreds of millions of images don’t work with only 50 images. But it turns out, if you have 50 really good examples, you can build something valuable, like a defect-inspection system. In many industries where giant data sets simply don’t exist, I think the focus has to shift from big data to good data. Having 50 thoughtfully engineered examples can be sufficient to explain to the neural network what you want it to learn.

When you talk about training a model with just 50 images, does that really mean you’re taking an existing model that was trained on a very large data set and fine-tuning it? Or do you mean a brand new model that’s designed to learn only from that small data set?

Ng: Let me describe what Landing AI does. When doing visual inspection for manufacturers, we often use our own flavor of RetinaNet. It is a pretrained model. Having said that, the pretraining is a small piece of the puzzle. What’s a bigger piece of the puzzle is providing tools that enable the manufacturer to pick the right set of images [to use for fine-tuning] and label them in a consistent way. There’s a very practical problem we’ve seen spanning vision, NLP, and speech, where even human annotators don’t agree on the appropriate label. For big data applications, the common response has been: If the data is noisy, let’s just get a lot of data and the algorithm will average over it. But if you can develop tools that flag where the data’s inconsistent and give you a very targeted way to improve the consistency of the data, that turns out to be a more efficient way to get a high-performing system.

“Collecting more data often helps, but if you try to collect more data for everything, that can be a very expensive activity.”
—Andrew Ng

For example, if you have 10,000 images where 30 images are of one class, and those 30 images are labeled inconsistently, one of the things we do is build tools to draw your attention to the subset of data that’s inconsistent. So you can very quickly relabel those images to be more consistent, and this leads to improvement in performance.

Could this focus on high-quality data help with bias in data sets? If you’re able to curate the data more before training?

Ng: Very much so. Many researchers have pointed out that biased data is one factor among many leading to biased systems. There have been many thoughtful efforts to engineer the data. At the NeurIPS workshop, Olga Russakovsky gave a really nice talk on this. At the main NeurIPS conference, I also really enjoyed Mary Gray’s presentation, which touched on how data-centric AI is one piece of the solution, but not the entire solution. New tools like Datasheets for Datasets also seem like an important piece of the puzzle.

One of the powerful tools that data-centric AI gives us is the ability to engineer a subset of the data. Imagine training a machine-learning system and finding that its performance is okay for most of the data set, but its performance is biased for just a subset of the data. If you try to change the whole neural network architecture to improve the performance on just that subset, it’s quite difficult. But if you can engineer a subset of the data you can address the problem in a much more targeted way.

When you talk about engineering the data, what do you mean exactly?

Ng: In AI, data cleaning is important, but the way the data has been cleaned has often been in very manual ways. In computer vision, someone may visualize images through a Jupyter notebook and maybe spot the problem, and maybe fix it. But I’m excited about tools that allow you to have a very large data set, tools that draw your attention quickly and efficiently to the subset of data where, say, the labels are noisy. Or to quickly bring your attention to the one class among 100 classes where it would benefit you to collect more data. Collecting more data often helps, but if you try to collect more data for everything, that can be a very expensive activity.

For example, I once figured out that a speech-recognition system was performing poorly when there was car noise in the background. Knowing that allowed me to collect more data with car noise in the background, rather than trying to collect more data for everything, which would have been expensive and slow.

Back to top

What about using synthetic data, is that often a good solution?

Ng: I think synthetic data is an important tool in the tool chest of data-centric AI. At the NeurIPS workshop, Anima Anandkumar gave a great talk that touched on synthetic data. I think there are important uses of synthetic data that go beyond just being a preprocessing step for increasing the data set for a learning algorithm. I’d love to see more tools to let developers use synthetic data generation as part of the closed loop of iterative machine learning development.

Do you mean that synthetic data would allow you to try the model on more data sets?

Ng: Not really. Here’s an example. Let’s say you’re trying to detect defects in a smartphone casing. There are many different types of defects on smartphones. It could be a scratch, a dent, pit marks, discoloration of the material, other types of blemishes. If you train the model and then find through error analysis that it’s doing well overall but it’s performing poorly on pit marks, then synthetic data generation allows you to address the problem in a more targeted way. You could generate more data just for the pit-mark category.

“In the consumer software Internet, we could train a handful of machine-learning models to serve a billion users. In manufacturing, you might have 10,000 manufacturers building 10,000 custom AI models.”
—Andrew Ng

Synthetic data generation is a very powerful tool, but there are many simpler tools that I will often try first. Such as data augmentation, improving labeling consistency, or just asking a factory to collect more data.

Back to top

To make these issues more concrete, can you walk me through an example? When a company approaches Landing AI and says it has a problem with visual inspection, how do you onboard them and work toward deployment?

Ng: When a customer approaches us we usually have a conversation about their inspection problem and look at a few images to verify that the problem is feasible with computer vision. Assuming it is, we ask them to upload the data to the LandingLens platform. We often advise them on the methodology of data-centric AI and help them label the data.

One of the foci of Landing AI is to empower manufacturing companies to do the machine learning work themselves. A lot of our work is making sure the software is fast and easy to use. Through the iterative process of machine learning development, we advise customers on things like how to train models on the platform, when and how to improve the labeling of data so the performance of the model improves. Our training and software supports them all the way through deploying the trained model to an edge device in the factory.

How do you deal with changing needs? If products change or lighting conditions change in the factory, can the model keep up?

Ng: It varies by manufacturer. There is data drift in many contexts. But there are some manufacturers that have been running the same manufacturing line for 20 years now with few changes, so they don’t expect changes in the next five years. Those stable environments make things easier. For other manufacturers, we provide tools to flag when there’s a significant data-drift issue. I find it really important to empower manufacturing customers to correct data, retrain, and update the model. Because if something changes and it’s 3 a.m. in the United States, I want them to be able to adapt their learning algorithm right away to maintain operations.

In the consumer software Internet, we could train a handful of machine-learning models to serve a billion users. In manufacturing, you might have 10,000 manufacturers building 10,000 custom AI models. The challenge is, how do you do that without Landing AI having to hire 10,000 machine learning specialists?

So you’re saying that to make it scale, you have to empower customers to do a lot of the training and other work.

Ng: Yes, exactly! This is an industry-wide problem in AI, not just in manufacturing. Look at health care. Every hospital has its own slightly different format for electronic health records. How can every hospital train its own custom AI model? Expecting every hospital’s IT personnel to invent new neural-network architectures is unrealistic. The only way out of this dilemma is to build tools that empower the customers to build their own models by giving them tools to engineer the data and express their domain knowledge. That’s what Landing AI is executing in computer vision, and the field of AI needs other teams to execute this in other domains.

Is there anything else you think it’s important for people to understand about the work you’re doing or the data-centric AI movement?

Ng: In the last decade, the biggest shift in AI was a shift to deep learning. I think it’s quite possible that in this decade the biggest shift will be to data-centric AI. With the maturity of today’s neural network architectures, I think for a lot of the practical applications the bottleneck will be whether we can efficiently get the data we need to develop systems that work well. The data-centric AI movement has tremendous energy and momentum across the whole community. I hope more researchers and developers will jump in and work on it.

Back to top

This article appears in the April 2022 print issue as “Andrew Ng, AI Minimalist.”




bigg

The PS5 Pro’s biggest problem is that the PS5 is already very good

For $700, I was hoping for a much larger leap in visual impact.




bigg

Martin Garrix set to perform in ‘world’s biggest Holi celebration’ in India

Tickets for the event will go on sale on November 10, 2024, via BookMyShow




bigg

Tesla posts bigger-than-expected loss, bigger-than-expected revenue [Updated]

Company expects to be cash flow positive in the next two quarters.




bigg

Why thousands gathering around rancid 'dead whale' by world's biggest lake...


Why thousands gathering around rancid 'dead whale' by world's biggest lake...


(Third column, 18th story, link)





bigg

'YELLOWSTONE' First Episode Without Costner Scores Biggest Premiere Night Audience...


'YELLOWSTONE' First Episode Without Costner Scores Biggest Premiere Night Audience...


(Third column, 14th story, link)





bigg

What Are the Biggest Lakes in the U.S.?

The United States is home to some truly spectacular lakes. Whether considering the massive Great Lakes themselves or deep alpine gems like Lake Tahoe, with its crystal-clear waters, America is well-stocked with many sizable bodies of water.




bigg

Apple’s biggest product since the iPhone

APPLE could be set to make its biggest new product announcement since the iPhone, with the company believed to be working on a game changer.




bigg

Biggest gets bigger: Knight-Swift buying USX for $808 million in huge TL deal

Phoenix-based Knight-Swift Transportation, already the biggest player in the TL market at $4.5 billion revenue last year, is buying Chattanooga, Tenn.-based U.S. Xpress, which ranked ninth in TL revenue last year at $2.2 billion. The deal is valued at $808 million, including assumption of $484 million of debt.




bigg

Aintree fences 'should be bigger'

Trainer Malcolm Jefferson believes bigger fences at the Grand National could have saved his horse According to Pete.




bigg

Bigg Boss Tamil contestant Losliya's New Photoshoot

Here are the photos of Bigg Boss Tamil 3 contestant Losliya.




bigg

Bigg Boss 18: Why is Shilpa Shirodkar a HUGE LET DOWN so far

Bigg Boss 18: The addition of actress Shilpa Shirodkar making a comeback through the reality series was something that left quite some buzz. However, the impact seems to have fizzled out with time.




bigg

'Contestants are heavily humiliated or favored': Shoaib Ibrahim on declining Salman Khan-led Bigg Boss 18

Bigg Boss 18 features Shilpa Shirodkar, Arfeen Khan, Rajat Dalal, Chahat Pandey and others. Bigg Boss 18 airs on Colors TV and is also available for streaming on Jio Cinema.




bigg

'Bigg Boss 18': Time god Vivian DSena, Rajat Dalal indulge in war-of-words again

It is very clear that contestants Vivian Dsena and Rajat Dalal are nemesis in the show and the two will once again end up engaging in a war-of-words in the upcoming episode.




bigg

How Rashami Desai deals with trolls, social media negativity; talks about Bigg Boss 13 [Exclusive]

In an exclusive conversation with International Business Times, India, Rashami Desai spoke about her stint on BB 13, when things about her personal life were blown out of proportion, how the industry has changed over the years after the OTT boom, whether she will be part of any more reality shows, and more. Read on.




bigg

Google Pixel 9 Pro Fold: Bigger, mostly better

The Pixel 9 Pro Fold is back, bigger and better than before, with a thinner design and excellent tri-camera system.

© 2024 TechCrunch. All rights reserved. For personal use only.




bigg

Time for Australian oil and gas players to think bigger - 11 Apr

Australian oil and gas companies will need to think bigger and embrace customers in Asia, rapidly evolve their business models, and become much more responsive to emerging trends, if they are to thrive in a challenging new global marketplace.




bigg

China’s Pop-Culture Crackdown Widens After It Hits Its Biggest Movie Star

Beijing is targeting the pop-culture industry as part of an effort to weed out what it sees as unhealthy influences for young people. WSJ looks at what happened after one of China’s highest-profile celebrities, Zhao Wei, disappeared from parts of the Chinese internet. Photo: Xu Nizhi/Zuma Press




bigg

Bigg Boss Voting : మరోసారి డాక్టర్ బాబు హవా .. వరుసగా రెండోసారి టాప్ ప్లేస్‌కి, డేంజర్ జోన్‌లో ఎవరంటే?

బిగ్‌బాస్ తెలుగు 8కి సంబంధించి 11వ వారం నామినేషన్స్ హోరాహోరీగా జరిగాయి. ఈ నేపథ్యంలో సోషల్ మీడియాలో ఇప్పటికే ఓటింగ్ మొదలుపెట్టేశారు . దీని ప్రకారం ఓటింగ్‌లో ఎవరు టాప్‌లో ఉన్నారు? ఎవరు లీస్ట్‌లో ఉన్నారు? అసలు ఈ వీక్ నామినేషన్స్‌లో ఎవరెవరు ఉన్నారు .. ఏ ఇంటి సభ్యుడిని కంటెస్టెంట్స్ ఎక్కువగా టార్గెట్ చేశారో ఒకసారి




bigg

Bigg Boss Telugu Voting : ఓటింగ్‌లో టేస్టీ తేజ తుఫాన్ .. కన్నడ బ్యాచ్‌కి ముచ్చెమటలు

బిగ్‌బాస్ తెలుగు 8 విజయవంతంగా 11వ వారంలోకి ప్రవేశించింది. మరికొద్దివారాల్లో సీజన్ ముగియనుంది. ఈ వారం నామినేషన్స్‌‌లో ఆరుగురు ఉండగా.. వారిలో ఒకరు ఈ వీక్ ఎలిమినేట్ కానున్నారు. ఈ వారం నామినేషన్స్‌లో ఉన్న వాళ్లంతా స్ట్రాంగ్ కంటెస్టెంట్స్ కావడంతో వీరిలో ఎవరు ఎలిమినేట్ అవుతారన్నది ఉత్కంఠగా మారింది. ఆన్‌లైన్‌లో జరుగుతున్న ఓటింగ్‌లో ఎవరు టాప్‌లో ఉన్నారు?




bigg

Microsoft’s Forgotten Notepad Gets its Biggest Update Since its Inception in 1983

Microsoft is enhancing Notepad with AI-driven text editing capabilities. This feature, known as Rewrite, is being introduced in preview for Windows Insiders. It allows users to "rephrase sentences, adjust tone, and modify the length of your content," as stated on the




bigg

Bigg Boss 18: Avinash Mishra And Alice Kaushik Get Intimate, Video Goes Viral

Avinash Mishra and Alice Kaushik face criticism for cuddling and sleeping together in the Bigg Boss 18 house.




bigg

Kanguva Advance Booking Opens: Suriya-Starrer Gets Bigger And Better

Prepare for the cinematic event of the year as Kanguva’s advance booking opens, promising an epic spectacle with intense action, emotion, and the ultimate clash between good and evil. 




bigg

EICMA 2024: Hero Karizma XMR 250 Unveiled - The Karizma Just Got Bigger Again

Hero Motocorp, the world's leading two-wheeler manufacturer, has revealed the all-new Karizma XMR 250 at EICMA 2024. The Hero Karizma XMR 250 is the largest and most powerful version of Hero's flagship Karizma sports bike to date. The Hero Karizma XMR




bigg

Mukesh Ambani set to invest Rs 65000 crore in THIS Indian state, it will be Reliance's biggest...

This initiative is part of Reliance's clean energy programme, which is led by Mukesh Ambani's son Anant Ambani.




bigg

India's biggest hit film released in 1988, made heroine a superstar after 10 flop films, is related to SRK, earned Rs..

Tezaab, released in November 1988, was a major commercial success at the box office, becoming the highest-grossing Indian film of the year. Running in theatres for over 50 weeks, it achieved Golden Jubilee status.




bigg

Bigg Boss 18: Karan Veer Mehra gets jealous, proposes to Chum Darang indirectly, actress says 'yeh sunke hum...'

Did Karan Veer Mehra confess his feelings to Chum Darang? Here's how the actress reacted.







bigg

'I wasn't really game for Bigg Boss'

'I might argue if I have a point to put across. Sometimes you have to be loud or you will not be heard,' Lopamudra Raut tells Rediff.com's Rajul Hegde.










bigg

'I didn't like Bani's attitude in Bigg Boss 10'

'Manu and Manveer have a bigger image. They are popular and I could not be compared to them. I was a small face from a small town but I clearly stood apart and contributed a lot to my team.' Navin Prakash explains why he got eliminated from Bigg Boss 10.