{"id":584,"date":"2019-12-24T06:24:45","date_gmt":"2019-12-24T06:24:45","guid":{"rendered":"http:\/\/gyrus.ai\/blog\/?p=584"},"modified":"2023-01-02T12:16:32","modified_gmt":"2023-01-02T12:16:32","slug":"impact-of-ai-and-ml-on-video-streaming-devices-for-better-tv-experience","status":"publish","type":"post","link":"https:\/\/gyrus.ai\/blog\/impact-of-ai-and-ml-on-video-streaming-devices-for-better-tv-experience\/","title":{"rendered":"Impact of AI and ML on video streaming devices for the better TV experience"},"content":{"rendered":"<div id=\"view1\" class=\"show\">\r\n<h3 class=\"wp-block-heading\">Background<\/h3>\r\n\r\n\r\n\r\n<p>Artificial intelligence (AI), with machine learning (ML) and deep learning (DL) technologies, promises to transform every aspect of businesses, devices, and their usage. In some cases, it enhances the current process, and in some cases replaces them.<\/p>\r\n\r\n\r\n\r\n<p>As video streaming devices (including TV &amp; STBs ) vie to be one of the AI assistants in the home. However, there are several touchpoints in regular streaming devices and Video processing that are ripe for TV transformation with AI advancements.<\/p>\r\n\r\n\r\n\r\n<p>The quality of experience expected to increase with enhanced models visually and respect to ease of use. The video streaming devices with these features will surely outperform the ones without.<\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img fetchpriority=\"high\" decoding=\"async\" width=\"650\" height=\"400\" class=\"wp-image-587\" src=\"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/p1-tv.png\" alt=\"Pie Chart about Transformation in Video Streaming Devices\" srcset=\"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/p1-tv.png 650w, https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/p1-tv-300x185.png 300w\" sizes=\"(max-width: 650px) 100vw, 650px\" \/>\r\n<figcaption>Transformation in Video Streaming Devices<\/figcaption>\r\n<\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p>This blog discusses the use of different AI\/ML models performed in video streaming devices to enhance the TV user experience.<\/p>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\">Super Resolution<\/h3>\r\n\r\n\r\n\r\n<p>Super-resolution is a technique that enhances the quality of a given low- resolution to high resolution by upscaling. Whereas people incline too high quality and visually appealing images and video quality.<\/p>\r\n\r\n\r\n\r\n<p>Therefore, today the super-resolution feature can be found in many video streaming display devices, producing resolutions that are 2-4 times higher than the pixel count of the sensor.<\/p>\r\n\r\n\r\n\r\n<p>Neural Network-based scaling is performing a lot better than the traditional bilinear scaling as can be seen from the example pictures below.<\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img decoding=\"async\" width=\"650\" height=\"400\" class=\"wp-image-588\" src=\"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/p2-tv.jpg\" alt=\"A Girl images with and without neural networks Super Resolution  for better TV streaming experience\" srcset=\"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/p2-tv.jpg 650w, https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/p2-tv-300x185.jpg 300w\" sizes=\"(max-width: 650px) 100vw, 650px\" \/>\r\n<figcaption><strong>Super Resolution with and without Neural Networks <\/strong><\/figcaption>\r\n<\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p>As can be seen in the pictures scaled with NN models, the details are preserved or enhanced.<\/p>\r\n\r\n\r\n\r\n<p>Within the Neural Networks using for scaling there are two types of models \u2013<\/p>\r\n\r\n\r\n\r\n<p>\u2022 Convolution\/Deconvolution (Deconv) based <br \/>\u2022 Generative Adversarial Network (GAN) based.<\/p>\r\n\r\n\r\n\r\n<p>Deconv based models are simpler and generalize better, whereas the GAN based ones seem to perform very well for scaling function. The Deconv model has an initial section that is similar to familiar networks such as ResNet, which reduces the size of the image but increases the number of features and the latter part is an expansion network, which uses deconvolution operation to increase the resolution using the features. The residual connections in the network seem to help to generalize better.<\/p>\r\n\r\n\r\n\r\n<p>Generative Adversarial Networks (GAN) consist of a system of two neural networks \u2014 the Generator and the Discriminator \u2014 dueling each other. Given a set of target samples, the Generator tries to produce samples that can fool the Discriminator into believing they are real. The Discriminator tries to resolve real (target) samples from fake (generated) samples.<\/p>\r\n\r\n\r\n\r\n<p>Using this iterative training approach, we eventually end up with a Generator that is really good at generating samples similar to the target samples.<\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img decoding=\"async\" width=\"646\" height=\"289\" class=\"wp-image-630\" src=\"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/GANs-in-action.png\" alt=\"Chart representing GANs in action\" srcset=\"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/GANs-in-action.png 646w, https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/GANs-in-action-300x134.png 300w\" sizes=\"(max-width: 646px) 100vw, 646px\" \/>\r\n<figcaption>GANs in action<\/figcaption>\r\n<\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\">InPainting with Neural Networks<\/h3>\r\n\r\n\r\n\r\n<p>There are several cases where a part of the image is damaged or distorted or obscured with a previous watermark. Neural Network can repair such blemishes quite well by guessing the parts of the image missing. Similar to Super Resolution, Deconv networks and GANs can be accomplished.<\/p>\r\n\r\n\r\n\r\n<p>However, Deconv networks seem to be performing better owing to the better generalization. The single network trained to do both Super Resolution and Inpainting (and other noise reduction) together.<\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"576\" height=\"280\" class=\"wp-image-591\" src=\"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/p4-tv.gif\" alt=\"Man GIF image about InPainting with Neural Networks for tv \" \/>\r\n<figcaption><strong>InPainting with Neural Networks <\/strong><\/figcaption>\r\n<\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\">Frame Rate Conversion<\/h3>\r\n\r\n\r\n\r\n<p>Interpolation and upscaling for animated graphics is hard as it has sharper edges and simple interpolation tends to make the images blurred. These softer edges are not visually pleasing in high resolution. Again, Neural networks seem to be out-performing traditional methods in frame rate conversion (and up-sampling). The paper linked below shows how using Variational Autoencoder, GANs, and Deep Convolution Networks can be used to perform this function and Deep Convolution Networks seem to have performed better than other and traditional upsampling.<\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"647\" height=\"238\" class=\"wp-image-632\" src=\"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/Frame-Rate-Conversion-example.png\" alt=\"Frame Rate Conversion example\" srcset=\"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/Frame-Rate-Conversion-example.png 647w, https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/Frame-Rate-Conversion-example-300x110.png 300w\" sizes=\"(max-width: 647px) 100vw, 647px\" \/>\r\n<figcaption><strong>Frame Rate Conversion example<\/strong><\/figcaption>\r\n<\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\"><strong>Integrated Home Assistant<\/strong> in TV<\/h3>\r\n\r\n\r\n\r\n<p>AI integrated Video streaming devices at home tv can know the family members watching and can keep track of each individual\u2019s preferences, viewing habits and specific programming.<\/p>\r\n\r\n\r\n\r\n<p>With the several applications providing content, it takes quite some time to tune to the specific programming to switch the applications and to browse through the menus.<\/p>\r\n\r\n\r\n\r\n<p>As per the latest Nielsen report, the average viewer takes 7 minutes to pick what to watch. Just one-third of them report browsing the menu of streaming services to find content to watch, with 21% saying they simply give up watching if they are not able to make up their minds.<\/p>\r\n\r\n\r\n\r\n<p>A background application can perform this task knowing the specific user. Video viewing through TV-connected devices has increased by 8 minutes daily, in large part due to the penetration of those devices and the falling away of older, less nimble setups.<\/p>\r\n\r\n\r\n\r\n<p>Seven in 10 homes now have an SVOD service and 72% use video streaming-capable TV devices. Also, the report asserts that customers are not in a comfortable groove when it comes to choosing what to watch.<\/p>\r\n\r\n\r\n\r\n<p>A background application running on TV can perform the task of recommending the specific content as per individuals\u2019 preferences and viewing habits.<\/p>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\"><strong>Anonymized Person Detection<\/strong><\/h3>\r\n\r\n\r\n\r\n<p>Above all functions performed without intruding into the privacy of the users and without recording specific user&#8217;s video\/face etc.<\/p>\r\n\r\n\r\n\r\n<p>Also, several new AI techniques are available to anonymize incoming video streaming at the source and perform person recognition at the ball\/stick level. Moreover, the NN identifies the user based on the gait of the person without intruding into privacy.<\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"667\" class=\"wp-image-598\" src=\"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/newp2.jpg\" alt=\"Couple enjoying Television where TV detects the pose called Ball\/stick AI model.\" srcset=\"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/newp2.jpg 1000w, https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/newp2-300x200.jpg 300w, https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/newp2-768x512.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\r\n<figcaption>Person detect from Ball\/Stick models<\/figcaption>\r\n<\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\"><strong>Noise Reduction<\/strong><\/h3>\r\n\r\n\r\n\r\n<p>Post-processing can remove noise and improve PSNR caused by Encoders\u2019 blocking, Blurring, Ringing and Perceptual Quantizer (PQ).<\/p>\r\n\r\n\r\n\r\n<p>Encoder introduced impairments are removed with specific filters like deblocking filter etc. However, using Neural Networks can improve the performance of noise reduction and they all can be performed by one algorithm.<\/p>\r\n\r\n\r\n\r\n<p>Post-processing options in TVs to perform MEMC (Most Estimation and Motion Compensation). Also, which has staunch critics, can be enhanced with Neural Networks.<\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"362\" class=\"wp-image-593\" src=\"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/p6-tv-1024x362.png\" alt=\"Network Architecture for MEMC Net in TV\" srcset=\"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/p6-tv-1024x362.png 1024w, https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/p6-tv-300x106.png 300w, https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/p6-tv-768x271.png 768w, https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/p6-tv.png 1277w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\r\n<figcaption><strong> The network architecture of the proposed MEMC-Net and MEMC-Net <\/strong><\/figcaption>\r\n<\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\"><strong>Automatic Scene Detection<\/strong><\/h3>\r\n\r\n\r\n\r\n<p>There are several applications that can use the information about the running image\/scene. Video analytics to detect specific actions can be used to rate the specific section of the video. Similarly, voice can be analyzed for Language rating (for kid proofing).<\/p>\r\n\r\n\r\n\r\n<p>Every frame can be classified for detection of Specific Objects\/location, Face recognition of the character and Auto Classification of Nudity<\/p>\r\n\r\n\r\n\r\n<p>The insights can be used for auto-captions for regulatory warnings such as Smoking\/Drinking.<\/p>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\"><strong>Voice Controls<\/strong><\/h3>\r\n\r\n\r\n\r\n<p>Very similar to the Home AI assistants such as Amazon Alexa and Google Home, Video streaming devices at home expected to respond to voice commands. Today many remote controllers have already voice-activated.<\/p>\r\n\r\n\r\n\r\n<p>For a high sound output device to be an input device is quite complex, having to cancel the output audio.<\/p>\r\n\r\n\r\n\r\n<p>In addition, there will be a variable delay in the ambient noise, if the voice enhanced with external speakers. Wake-word detection and Automatic Speech Recognition (ASR) implemented using complex Neural networks today. And for TVs, the ambient noise needs to be compensated to hear the commands.<\/p>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h3>\r\n\r\n\r\n\r\n<p>With proper Neural Network acceleration hardware in the TV\/STBs, all or some of the above functions can be implemented for better user experience compared to the current post-processing.<\/p>\r\n\r\n\r\n\r\n<p>In addition, this processing can alleviate the chip designers to do away with the current expensive filters and post-processing hardware for a unified hardware element to perform Neural Network processing.<\/p>\r\n\r\n\r\n\r\n<p>One of the problems of the AI algorithm development is dataset availability and annotation. Also, for most of the AI problems mentioned in this blog. Where it is relatively easy to develop dataset as raw higher resolution, error-free data is available.<\/p>\r\n\r\n\r\n\r\n<p>Gyrus provides <a href=\"https:\/\/gyrus.ai\/technology\/ai_as_service\">AI Models as a Service<\/a>. by working with customers to clean up, normalize and enrich their data for Data Science. Gyrus develops custom models based on the cleaned customer data and datasets\/models.\u00a0\u00a0<\/p>\r\n\r\n\r\n\r\n<p>Above all, Gyrus has worked with several customers in developing similar ML\/AI algorithms for vision processing.\u00a0<\/p>\r\n<\/div>\r\n<div id=\"view2\" class=\"hide\">\r\n<h3 class=\"wp-block-heading\">\u30d0\u30c3\u30af\u30b0\u30e9\u30a6\u30f3\u30c9<\/h3>\r\n\r\n\r\n\r\n<p>\u6a5f\u68b0\u5b66\u7fd2(ML)\u304a\u3088\u3073\u30c7\u30a3\u30fc\u30d7\u30e9\u30fc\u30cb\u30f3\u30b0(DL)\u6280\u8853\u3092\u5099\u3048\u305f\u4eba\u5de5\u77e5\u80fd(AI)\u306f\u3001\u30d3\u30b8\u30cd\u30b9\u3001\u30c7\u30d0\u30a4\u30b9\u3068\u305d\u308c\u3089\u306e\u4f7f\u7528\u6cd5\u306e\u3042\u3089\u3086\u308b\u5074\u9762\u3092\u5909\u9769\u3059\u308b\u3053\u3068\u3092\u7d04\u675f\u3057\u307e\u3059\u3002 \u5834\u5408\u306b\u3088\u3063\u3066\u306f\u3001\u73fe\u5728\u306e\u30d7\u30ed\u30bb\u30b9\u3092\u5f37\u5316\u3057\u3001\u5834\u5408\u306b\u3088\u3063\u3066\u306f\u3001\u305d\u308c\u3089\u3092\u7f6e\u304d\u63db\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\r\n\r\n\r\n\r\n<p>\u30d3\u30c7\u30aa\u30b9\u30c8\u30ea\u30fc\u30df\u30f3\u30b0\u30c7\u30d0\u30a4\u30b9(TV\u304a\u3088\u3073STB\u3092\u542b\u3080)\u306f\u3001\u5bb6\u5ead\u5185\u306eAI\u30a2\u30b7\u30b9\u30bf\u30f3\u30c8\u306e1\u4eba\u306b\u306a\u308b\u3053\u3068\u3092\u76ee\u6307\u3057\u3066\u3044\u307e\u3059\u3002 \u305f\u3060\u3057\u3001\u901a\u5e38\u306e\u30b9\u30c8\u30ea\u30fc\u30df\u30f3\u30b0\u30c7\u30d0\u30a4\u30b9\u3068\u30d3\u30c7\u30aa\u51e6\u7406\u306b\u306f\u3001AI\u306e\u9032\u6b69\u306b\u3088\u308bTV\u5909\u63db\u306b\u9069\u3057\u305f\u3044\u304f\u3064\u304b\u306e\u30bf\u30c3\u30c1\u30dd\u30a4\u30f3\u30c8\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\r\n\r\n\r\n\r\n<p>\u8996\u899a\u7684\u306b\u5f37\u5316\u3055\u308c\u305f\u30e2\u30c7\u30eb\u3068\u4f7f\u3044\u3084\u3059\u3055\u306e\u89b3\u70b9\u304b\u3089\u3001\u30a8\u30af\u30b9\u30da\u30ea\u30a8\u30f3\u30b9\u306e\u54c1\u8cea\u304c\u5411\u4e0a\u3059\u308b\u3068\u4e88\u60f3\u3055\u308c\u307e\u3059\u3002 \u3053\u308c\u3089\u306e\u6a5f\u80fd\u3092\u5099\u3048\u305f\u30d3\u30c7\u30aa\u30b9\u30c8\u30ea\u30fc\u30df\u30f3\u30b0\u30c7\u30d0\u30a4\u30b9\u306f\u3001\u305d\u3046\u3067\u306a\u3044\u30c7\u30d0\u30a4\u30b9\u3088\u308a\u3082\u78ba\u5b9f\u306b\u512a\u308c\u3066\u3044\u307e\u3059\u3002<\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img fetchpriority=\"high\" decoding=\"async\" width=\"650\" height=\"400\" class=\"wp-image-587\" src=\"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/p1-tv.png\" alt=\"Pie Chart about Transformation in Video Streaming Devices\" srcset=\"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/p1-tv.png 650w, https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/p1-tv-300x185.png 300w\" sizes=\"(max-width: 650px) 100vw, 650px\" \/>\r\n<figcaption>Transformation in Video Streaming Devices<\/figcaption>\r\n<\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p>\u3053\u306e\u30d6\u30ed\u30b0\u3067\u306f\u3001TV\u30e6\u30fc\u30b6\u30fc\u30a8\u30af\u30b9\u30da\u30ea\u30a8\u30f3\u30b9\u3092\u5411\u4e0a\u3055\u305b\u308b\u305f\u3081\u306b\u30d3\u30c7\u30aa\u30b9\u30c8\u30ea\u30fc\u30df\u30f3\u30b0\u30c7\u30d0\u30a4\u30b9\u3067\u5b9f\u884c\u3055\u308c\u308b\u3055\u307e\u3056\u307e\u306aML\/AI\u30e2\u30c7\u30eb\u306e\u4f7f\u7528\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\">\u8d85\u5206\u89e3\u80fd<\/h3>\r\n\r\n\r\n\r\n<p>\u8d85\u5206\u89e3\u80fd\u306f\u3001\u30a2\u30c3\u30d7\u30b9\u30b1\u30fc\u30ea\u30f3\u30b0\u306b\u3088\u3063\u3066\u7279\u5b9a\u306e\u4f4e\u89e3\u50cf\u5ea6\u304b\u3089\u9ad8\u89e3\u50cf\u5ea6\u306e\u54c1\u8cea\u3092\u5411\u4e0a\u3055\u305b\u308b\u624b\u6cd5\u3067\u3059\u3002 \u4e00\u65b9\u3001\u4eba\u3005\u306e\u55dc\u597d\u306f\u9ad8\u54c1\u8cea\u3067\u8996\u899a\u7684\u306b\u9b45\u529b\u7684\u306a\u753b\u50cf\u3084\u30d3\u30c7\u30aa\u54c1\u8cea\u306b\u50be\u3044\u3066\u3044\u307e\u3059\u3002<\/p>\r\n\r\n\r\n\r\n<p>\u3057\u305f\u304c\u3063\u3066\u3001\u4eca\u65e5\u3001\u8d85\u89e3\u50cf\u6a5f\u80fd\u306f\u591a\u304f\u306e\u30d3\u30c7\u30aa\u30b9\u30c8\u30ea\u30fc\u30df\u30f3\u30b0 \u30c7\u30a3\u30b9\u30d7\u30ec\u30a4 \u30c7\u30d0\u30a4\u30b9\u306b\u898b\u3089\u308c\u3001\u30bb\u30f3\u30b5\u30fc\u306e\u30d4\u30af\u30bb\u30eb\u6570\u306e2\u301c4\u500d\u306e\u89e3\u50cf\u5ea6\u3092\u751f\u6210\u3057\u307e\u3059\u3002<\/p>\r\n\r\n\r\n\r\n<p>\u4ee5\u4e0b\u306e\u5199\u771f\u306e\u4f8b\u304b\u3089\u308f\u304b\u308b\u3088\u3046\u306b\u3001\u30cb\u30e5\u30fc\u30e9\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d9\u30fc\u30b9\u306e\u30b9\u30b1\u30fc\u30ea\u30f3\u30b0\u306f\u3001\u5f93\u6765\u306e\u30d0\u30a4\u30ea\u30cb\u30a2\u30b9\u30b1\u30fc\u30ea\u30f3\u30b0\u3088\u308a\u3082\u306f\u308b\u304b\u306b\u512a\u308c\u3066\u3044\u307e\u3059\u3002<\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img decoding=\"async\" width=\"650\" height=\"400\" class=\"wp-image-588\" src=\"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/p2-tv.jpg\" alt=\"A Girl images with and without neural networks Super Resolution  for better TV streaming experience\" srcset=\"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/p2-tv.jpg 650w, https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/p2-tv-300x185.jpg 300w\" sizes=\"(max-width: 650px) 100vw, 650px\" \/>\r\n<figcaption><strong>Super Resolution with and without Neural Networks <\/strong><\/figcaption>\r\n<\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p>\u30cb\u30e5\u30fc\u30e9\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30e2\u30c7\u30eb\u3067\u62e1\u5927\u7e2e\u5c0f\u3055\u308c\u305f\u5199\u771f\u306b\u898b\u3089\u308c\u308b\u3088\u3046\u306b\u3001\u8a73\u7d30\u306f\u4fdd\u6301\u307e\u305f\u306f\u5f37\u5316\u3055\u308c\u3066\u3044\u307e\u3059\u3002<\/p>\r\n\r\n\r\n\r\n<p>\u30b9\u30b1\u30fc\u30ea\u30f3\u30b0\u306b\u4f7f\u7528\u3059\u308b\u30cb\u30e5\u30fc\u30e9\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u306b\u306f\u30012\u3064\u306e\u30bf\u30a4\u30d7\u306e\u30e2\u30c7\u30eb\u304c\u3042\u308a\u307e\u3059\u2013<\/p>\r\n\r\n\r\n\r\n<p>\u2022\u30b3\u30f3\u30dc\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\/\u30c7\u30b3\u30f3\u30dc\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\uff08Deconv\uff09\u30d9\u30fc\u30b9<br \/>\u2022GenerativeAdversarial Network\uff08GAN\uff09\u30d9\u30fc\u30b9<\/p>\r\n\r\n\r\n\r\n<p>Deconv\u30d9\u30fc\u30b9\u306e\u30e2\u30c7\u30eb\u306f\u3088\u308a\u5358\u7d14\u3067\u4e00\u822c\u5316\u304c\u512a\u308c\u3066\u3044\u307e\u3059\u304c\u3001GAN\u30d9\u30fc\u30b9\u306e\u30e2\u30c7\u30eb\u306f\u30b9\u30b1\u30fc\u30ea\u30f3\u30b0\u95a2\u6570\u306b\u5bfe\u3057\u3066\u975e\u5e38\u306b\u512a\u308c\u305f\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u3092\u767a\u63ee\u3059\u308b\u3088\u3046\u3067\u3059\u3002<\/p>\r\n\r\n\r\n\r\n<p>Deconv\u30e2\u30c7\u30eb\u306b\u306f\u3001ResNet\u306a\u3069\u306e\u4f7f\u3044\u6163\u308c\u305f\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u3068\u540c\u69d8\u306e\u521d\u671f\u30bb\u30af\u30b7\u30e7\u30f3\u304c\u3042\u308a\u3001\u753b\u50cf\u306e\u30b5\u30a4\u30ba\u306f\u5c0f\u3055\u304f\u306a\u308a\u307e\u3059\u304c\u3001\u30d5\u30a3\u30fc\u30c1\u30e3\u306e\u6570\u304c\u5897\u3048\u307e\u3059\u3002\u5f8c\u534a\u306f\u3001\u30c7\u30b3\u30f3\u30dc\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\u64cd\u4f5c\u3092\u4f7f\u7528\u3057\u3066\u30d5\u30a3\u30fc\u30c1\u30e3\u3092\u4f7f\u7528\u3057\u3066\u89e3\u50cf\u5ea6\u3092\u4e0a\u3052\u308b\u62e1\u5f35\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u3067\u3059\u3002 \u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u5185\u306e\u6b8b\u308a\u306e\u63a5\u7d9a\u306f\u3001\u3088\u308a\u4e00\u822c\u5316\u3059\u308b\u306e\u306b\u5f79\u7acb\u3064\u3088\u3046\u3067\u3059\u3002<\/p>\r\n\r\n\r\n\r\n<p>Generative Adversarial Networks\uff08GAN\uff09\u306f\u30012\u3064\u306e\u30cb\u30e5\u30fc\u30e9\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\uff08\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf\u30fc\u3068\u30c7\u30a3\u30b9\u30af\u30ea\u30df\u30cd\u30fc\u30bf\u30fc\uff09\u304c\u4e92\u3044\u306b\u6c7a\u95d8\u3059\u308b\u30b7\u30b9\u30c6\u30e0\u3067\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u30bf\u30fc\u30b2\u30c3\u30c8\u30b5\u30f3\u30d7\u30eb\u306e\u30bb\u30c3\u30c8\u304c\u4e0e\u3048\u3089\u308c\u308b\u3068\u3001\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf\u30fc\u306f\u3001\u30c7\u30a3\u30b9\u30af\u30ea\u30df\u30cd\u30fc\u30bf\u30fc\u3092\u3060\u307e\u3057\u3066\u305d\u308c\u3089\u304c\u672c\u7269\u3067\u3042\u308b\u3068\u4fe1\u3058\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u30b5\u30f3\u30d7\u30eb\u3092\u751f\u6210\u3057\u3088\u3046\u3068\u3057\u307e\u3059\u3002 Discriminator\u306f\u3001\u507d\u306e\uff08\u751f\u6210\u3055\u308c\u305f\uff09\u30b5\u30f3\u30d7\u30eb\u304b\u3089\u5b9f\u969b\u306e\uff08\u30bf\u30fc\u30b2\u30c3\u30c8\uff09\u30b5\u30f3\u30d7\u30eb\u3092\u89e3\u6c7a\u3057\u3088\u3046\u3068\u3057\u307e\u3059\u3002<\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img decoding=\"async\" width=\"646\" height=\"289\" class=\"wp-image-630\" src=\"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/GANs-in-action.png\" alt=\"Chart representing GANs in action\" srcset=\"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/GANs-in-action.png 646w, https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/GANs-in-action-300x134.png 300w\" sizes=\"(max-width: 646px) 100vw, 646px\" \/>\r\n<figcaption>GANs in action<\/figcaption>\r\n<\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\">\u30cb\u30e5\u30fc\u30e9\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u306b\u3088\u308bInPainting<\/h3>\r\n\r\n\r\n\r\n<p>\u753b\u50cf\u306e\u4e00\u90e8\u304c\u7834\u640d\u3057\u305f\u308a\u3001\u4ee5\u524d\u306e\u900f\u304b\u3057\u3067\u6b6a\u3093\u3060\u308a\u3001\u4e0d\u660e\u77ad\u306b\u306a\u3063\u305f\u308a\u3059\u308b\u5834\u5408\u304c\u3044\u304f\u3064\u304b\u3042\u308a\u307e\u3059\u3002 \u30cb\u30e5\u30fc\u30e9\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u306f\u3001\u753b\u50cf\u306e\u6b20\u843d\u3057\u3066\u3044\u308b\u90e8\u5206\u3092\u63a8\u6e2c\u3059\u308b\u3053\u3068\u3067\u3001\u3053\u306e\u3088\u3046\u306a\u50b7\u3092\u975e\u5e38\u306b\u3046\u307e\u304f\u4fee\u5fa9\u3067\u304d\u307e\u3059\u3002 \u8d85\u5206\u89e3\u80fd\u3068\u540c\u69d8\u306b\u3001Deconv\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u3068GAN\u3092\u5b9f\u73fe\u3067\u304d\u307e\u3059\u3002<\/p>\r\n\r\n\r\n\r\n\r\n\r\n<p>\u305f\u3060\u3057\u3001\u4e00\u822c\u5316\u304c\u512a\u308c\u3066\u3044\u308b\u305f\u3081\u3001Deconv\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u306e\u6027\u80fd\u306f\u5411\u4e0a\u3057\u3066\u3044\u308b\u3088\u3046\u3067\u3059\u3002<\/p>\r\n\r\n\r\n\r\n<p>\u5358\u4e00\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u304c\u3001\u8d85\u5206\u89e3\u80fd\u3068\u4fee\u5fa9(\u304a\u3088\u3073\u305d\u306e\u4ed6\u306e\u30ce\u30a4\u30ba\u30ea\u30c0\u30af\u30b7\u30e7\u30f3)\u306e\u4e21\u65b9\u3092\u4e00\u7dd2\u306b\u884c\u3046\u3088\u3046\u306b\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0\u3055\u308c\u3066\u3044\u307e\u3059\u3002<\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"576\" height=\"280\" class=\"wp-image-591\" src=\"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/p4-tv.gif\" alt=\"Man GIF image about InPainting with Neural Networks for tv \" \/>\r\n<figcaption><strong>InPainting with Neural Networks <\/strong><\/figcaption>\r\n<\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\">\u30d5\u30ec\u30fc\u30e0\u30ec\u30fc\u30c8\u5909\u63db<\/h3>\r\n\r\n\r\n\r\n<p>\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u30b0\u30e9\u30d5\u30a3\u30c3\u30af\u30b9\u306e\u88dc\u9593\u3068\u30a2\u30c3\u30d7\u30b9\u30b1\u30fc\u30ea\u30f3\u30b0\u306f\u3001\u30a8\u30c3\u30b8\u304c\u30b7\u30e3\u30fc\u30d7\u3067\u3042\u308a\u3001\u5358\u7d14\u306a\u88dc\u9593\u3067\u306f\u753b\u50cf\u304c\u307c\u3084\u3051\u308b\u50be\u5411\u304c\u3042\u308b\u305f\u3081\u3001\u56f0\u96e3\u3067\u3059\u3002 \u3053\u308c\u3089\u306e\u67d4\u3089\u304b\u3044\u30a8\u30c3\u30b8\u306f\u3001\u9ad8\u89e3\u50cf\u5ea6\u3067\u306f\u8996\u899a\u7684\u306b\u5fc3\u5730\u3088\u3044\u3082\u306e\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002 \u7e70\u308a\u8fd4\u3057\u306b\u306a\u308a\u307e\u3059\u304c\u3001\u30cb\u30e5\u30fc\u30e9\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u306f\u3001\u30d5\u30ec\u30fc\u30e0\u30ec\u30fc\u30c8\u5909\u63db\uff08\u304a\u3088\u3073\u30a2\u30c3\u30d7\u30b5\u30f3\u30d7\u30ea\u30f3\u30b0\uff09\u306b\u304a\u3044\u3066\u5f93\u6765\u306e\u65b9\u6cd5\u3088\u308a\u3082\u512a\u308c\u3066\u3044\u308b\u3088\u3046\u3067\u3059\u3002\u4ee5\u4e0b\u306b\u30ea\u30f3\u30af\u3055\u308c\u3066\u3044\u308b\u8ad6\u6587\u306f\u3001Variational Autoencoder\u3001GAN\u3001\u304a\u3088\u3073Deep Convolution Networks\u3092\u4f7f\u7528\u3057\u3066\u3053\u306e\u6a5f\u80fd\u306e\u5b9f\u884c\u65b9\u6cd5\u3092\u793a\u3057\u3066\u304a\u308a\u3001Deep ConvolutionNetworks\u306f\u4ed6\u306e\u5f93\u6765\u306e\u30a2\u30c3\u30d7\u30b5\u30f3\u30d7\u30ea\u30f3\u30b0\u3088\u308a\u3082\u512a\u308c\u305f\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u3092\u793a\u3057\u3066\u3044\u308b\u3088\u3046\u3067\u3059\u3002<\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"647\" height=\"238\" class=\"wp-image-632\" src=\"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/Frame-Rate-Conversion-example.png\" alt=\"Frame Rate Conversion example\" srcset=\"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/Frame-Rate-Conversion-example.png 647w, https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/Frame-Rate-Conversion-example-300x110.png 300w\" sizes=\"(max-width: 647px) 100vw, 647px\" \/>\r\n<figcaption><a href=\"http:\/\/tedxiao.me\/\">Frame Rate Conversion example<\/a><\/figcaption>\r\n<\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\">\u30c6\u30ec\u30d3\u306e\u7d71\u5408\u30db\u30fc\u30e0\u30a2\u30b7\u30b9\u30bf\u30f3\u30c8<\/h3>\r\n\r\n\r\n\r\n<p>\u5bb6\u5ead\u7528\u30c6\u30ec\u30d3\u306eAI\u7d71\u5408\u30d3\u30c7\u30aa\u30b9\u30c8\u30ea\u30fc\u30df\u30f3\u30b0\u30c7\u30d0\u30a4\u30b9\u306f\u3001\u5bb6\u65cf\u304c\u8996\u8074\u4e2d\u3067\u3042\u308b\u3053\u3068\u3092\u8a8d\u8b58\u3057\u3001\u5404\u500b\u4eba\u306e\u597d\u307f\u3001\u8996\u8074\u7fd2\u6163\u3001\u7279\u5b9a\u306e\u756a\u7d44\u3092\u8ffd\u8de1\u3067\u304d\u307e\u3059\u3002<\/p>\r\n\r\n\r\n\r\n<p>\u3044\u304f\u3064\u304b\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u304c\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u63d0\u4f9b\u3057\u3066\u3044\u308b\u305f\u3081\u3001\u7279\u5b9a\u306e\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u306b\u5408\u308f\u305b\u3066\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u5207\u308a\u66ff\u3048\u305f\u308a\u3001\u30e1\u30cb\u30e5\u30fc\u3092\u95b2\u89a7\u3057\u305f\u308a\u3059\u308b\u306b\u306f\u3001\u304b\u306a\u308a\u306e\u6642\u9593\u304c\u304b\u304b\u308a\u307e\u3059\u3002<\/p>\r\n\r\n\r\n\r\n<p>\u6700\u65b0\u306eNielsen\u30ec\u30dd\u30fc\u30c8\u306b\u3088\u308b\u3068\u3001\u5e73\u5747\u7684\u306a\u8996\u8074\u8005\u306f\u8996\u8074\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u9078\u3076\u306e\u306b7\u5206\u304b\u304b\u308a\u307e\u3059\u3002\u8996\u8074\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u898b\u3064\u3051\u308b\u305f\u3081\u306b\u30b9\u30c8\u30ea\u30fc\u30df\u30f3\u30b0\u30b5\u30fc\u30d3\u30b9\u306e\u30e1\u30cb\u30e5\u30fc\u3092\u95b2\u89a7\u3057\u3066\u3044\u308b\u3068\u5831\u544a\u3057\u3066\u3044\u308b\u306e\u306f\u308f\u305a\u304b3\u5206\u306e1\u3067\u300121\uff05\u306f\u6c7a\u5b9a\u3067\u304d\u306a\u3044\u305f\u3081\u8996\u8074\u3092\u3042\u304d\u3089\u3081\u3066\u3044\u308b\u3068\u7b54\u3048\u3066\u3044\u307e\u3059\u3002<\/p>\r\n\r\n\r\n\r\n<p>\u30d0\u30c3\u30af\u30b0\u30e9\u30a6\u30f3\u30c9\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306f\u3001\u7279\u5b9a\u306e\u30e6\u30fc\u30b6\u30fc\u3092\u8a8d\u8b58\u3057\u3066\u3053\u306e\u30bf\u30b9\u30af\u3092\u5b9f\u884c\u3067\u304d\u307e\u3059\u3002 \u30c6\u30ec\u30d3\u306b\u63a5\u7d9a\u3055\u308c\u305f\u30c7\u30d0\u30a4\u30b9\u3092\u4ecb\u3057\u305f\u30d3\u30c7\u30aa\u8996\u8074\u306f\u3001\u4e3b\u306b\u305d\u308c\u3089\u306e\u30c7\u30d0\u30a4\u30b9\u306e\u6d78\u900f\u3068\u3001\u53e4\u304f\u3066\u6a5f\u654f\u6027\u306e\u4f4e\u3044\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u306e\u5d29\u58ca\u306b\u3088\u308a\u3001\u6bce\u65e58\u5206\u5897\u52a0\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\r\n\r\n\r\n\r\n<p>\u73fe\u5728\u300110\u4e16\u5e2f\u306e\u3046\u30617\u4e16\u5e2f\u304cSVOD\u30b5\u30fc\u30d3\u30b9\u3092\u5229\u7528\u3057\u3066\u304a\u308a\u300172\uff05\u304c\u30d3\u30c7\u30aa\u30b9\u30c8\u30ea\u30fc\u30df\u30f3\u30b0\u5bfe\u5fdc\u306e\u30c6\u30ec\u30d3\u30c7\u30d0\u30a4\u30b9\u3092\u4f7f\u7528\u3057\u3066\u3044\u307e\u3059\u3002 \u307e\u305f\u3001\u30ec\u30dd\u30fc\u30c8\u306f\u3001\u4f55\u3092\u898b\u308b\u3079\u304d\u304b\u3092\u9078\u629e\u3059\u308b\u3053\u3068\u306b\u95a2\u3057\u3066\u3001\u9867\u5ba2\u306f\u5feb\u9069\u306a\u74b0\u5883\u306b\u3044\u306a\u3044\u3068\u4e3b\u5f35\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\r\n\r\n\r\n\r\n<p>\u30c6\u30ec\u30d3\u3067\u5b9f\u884c\u3055\u308c\u3066\u3044\u308b\u30d0\u30c3\u30af\u30b0\u30e9\u30a6\u30f3\u30c9\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306f\u3001\u500b\u4eba\u306e\u597d\u307f\u3084\u8996\u8074\u7fd2\u6163\u306b\u5f93\u3063\u3066\u7279\u5b9a\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u63a8\u5968\u3059\u308b\u30bf\u30b9\u30af\u3092\u5b9f\u884c\u3067\u304d\u307e\u3059\u3002<\/p>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\">\u533f\u540d\u5316\u3055\u308c\u305f\u4eba\u7269\u306e\u691c\u51fa<\/h3>\r\n\r\n\r\n\r\n<p>\u4e0a\u8a18\u306e\u3059\u3079\u3066\u306e\u6a5f\u80fd\u306f\u3001\u30e6\u30fc\u30b6\u30fc\u30d7\u30e9\u30a4\u30d0\u30b7\u30fc\u3092\u4fb5\u5bb3\u3059\u308b\u3053\u3068\u306a\u304f\u3001\u7279\u5b9a\u30e6\u30fc\u30b6\u30fc\u306e\u30d3\u30c7\u30aa\/\u9854\u306a\u3069\u3092\u8a18\u9332\u3059\u308b\u3053\u3068\u306a\u304f\u5b9f\u884c\u51fa\u6765\u307e\u3059\u3002<\/p>\r\n\r\n\r\n\r\n<p>\u307e\u305f\u3001\u30bd\u30fc\u30b9\u5074\u3067\u7740\u4fe1\u30d3\u30c7\u30aa\u30b9\u30c8\u30ea\u30fc\u30df\u30f3\u30b0\u3092\u533f\u540d\u5316\u3057\u3001\u30dc\u30fc\u30eb\/\u30b9\u30c6\u30a3\u30c3\u30af\u30ec\u30d9\u30eb\u3067\u4eba\u7269\u8a8d\u8b58\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306b\u3001\u3044\u304f\u3064\u304b\u306e\u65b0\u3057\u3044AI\u6280\u8853\u304c\u5229\u7528\u53ef\u80fd\u3067\u3059\u3002 \u3055\u3089\u306b\u3001\u30cb\u30e5\u30fc\u30e9\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u306f\u3001\u30d7\u30e9\u30a4\u30d0\u30b7\u30fc\u3092\u4fb5\u5bb3\u3059\u308b\u3053\u3068\u306a\u304f\u3001\u4eba\u306e\u6b69\u884c\u306b\u57fa\u3065\u3044\u3066\u30e6\u30fc\u30b6\u30fc\u3092\u8b58\u5225\u3057\u307e\u3059\u3002<\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"667\" class=\"wp-image-598\" src=\"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/newp2.jpg\" alt=\"Couple enjoying Television where TV detects the pose called Ball\/stick AI model.\" srcset=\"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/newp2.jpg 1000w, https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/newp2-300x200.jpg 300w, https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/newp2-768x512.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\r\n<figcaption>Person detect from Ball\/Stick models<\/figcaption>\r\n<\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\">\u30ce\u30a4\u30ba\u30ea\u30c0\u30af\u30b7\u30e7\u30f3<\/h3>\r\n\r\n\r\n\r\n<p>\u5f8c\u51e6\u7406\u306b\u3088\u308a\u3001\u30a8\u30f3\u30b3\u30fc\u30c0\u306e\u30d6\u30ed\u30c3\u30ad\u30f3\u30b0\u3001\u30d6\u30e9\u30fc\u3001\u30ea\u30f3\u30ae\u30f3\u30b0\u3001\u77e5\u899a\u91cf\u5b50\u5316\uff08PQ\uff09\u306b\u3088\u3063\u3066\u5f15\u304d\u8d77\u3053\u3055\u308c\u308b\u30ce\u30a4\u30ba\u3092\u9664\u53bb\u3057\u3001PSNR\u3092\u5411\u4e0a\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\r\n\r\n\r\n\r\n<p>\u30a8\u30f3\u30b3\u30fc\u30c0\u30fc\u306b\u3088\u3063\u3066\u5c0e\u5165\u3055\u308c\u305f\u969c\u5bb3\u306f\u3001\u975e\u30d6\u30ed\u30c3\u30af\u30d5\u30a3\u30eb\u30bf\u30fc\u306a\u3069\u306e\u7279\u5b9a\u306e\u30d5\u30a3\u30eb\u30bf\u30fc\u3067\u9664\u53bb\u3055\u308c\u307e\u3059\u3002 \u305f\u3060\u3057\u3001\u30cb\u30e5\u30fc\u30e9\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u3092\u4f7f\u7528\u3059\u308b\u3068\u3001\u30ce\u30a4\u30ba\u30ea\u30c0\u30af\u30b7\u30e7\u30f3\u306e\u6027\u80fd\u3092\u5411\u4e0a\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u3001\u3059\u3079\u3066\u30921\u3064\u306e\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u3067\u5b9f\u884c\u3067\u304d\u307e\u3059\u3002<\/p>\r\n\r\n\r\n\r\n<p>MEMC\uff08Most Estimation and Motion Compensation\uff09\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306e\u30c6\u30ec\u30d3\u306e\u5f8c\u51e6\u7406\u30aa\u30d7\u30b7\u30e7\u30f3\u3002\u307e\u305f\u3001\u71b1\u5fc3\u306a\u6279\u8a55\u5bb6\u304c\u3044\u308b\u306e\u3067\u3001\u30cb\u30e5\u30fc\u30e9\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u3067\u5f37\u5316\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"362\" class=\"wp-image-593\" src=\"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/p6-tv-1024x362.png\" alt=\"Network Architecture for MEMC Net in TV\" srcset=\"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/p6-tv-1024x362.png 1024w, https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/p6-tv-300x106.png 300w, https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/p6-tv-768x271.png 768w, https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/p6-tv.png 1277w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\r\n<figcaption><strong> The network architecture of the proposed MEMC-Net and MEMC-Net <\/strong><\/figcaption>\r\n<\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\">\u81ea\u52d5\u30b7\u30fc\u30f3\u691c\u51fa<\/h3>\r\n\r\n\r\n\r\n<p>\u5b9f\u884c\u4e2d\u306e\u753b\u50cf\/\u30b7\u30fc\u30f3\u306b\u95a2\u3059\u308b\u60c5\u5831\u3092\u4f7f\u7528\u3067\u304d\u308b\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u304c\u3044\u304f\u3064\u304b\u3042\u308a\u307e\u3059\u3002 \u7279\u5b9a\u306e\u30a2\u30af\u30b7\u30e7\u30f3\u3092\u691c\u51fa\u3059\u308b\u305f\u3081\u306e\u30d3\u30c7\u30aa\u5206\u6790\u3092\u4f7f\u7528\u3057\u3066\u3001\u30d3\u30c7\u30aa\u306e\u7279\u5b9a\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u8a55\u4fa1\u3067\u304d\u307e\u3059\u3002 \u540c\u69d8\u306b\u3001\u97f3\u58f0\u306f\u8a00\u8a9e\u8a55\u4fa1(\u5b50\u4f9b\u306e\u6821\u6b63\u7528)\u306b\u3064\u3044\u3066\u5206\u6790\u3067\u304d\u307e\u3059\u3002<\/p>\r\n\r\n\r\n\r\n<p>\u3059\u3079\u3066\u306e\u30d5\u30ec\u30fc\u30e0\u306f\u3001\u7279\u5b9a\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\/\u5834\u6240\u306e\u691c\u51fa\u3001\u30ad\u30e3\u30e9\u30af\u30bf\u30fc\u306e\u9854\u8a8d\u8b58\u3001\u30cc\u30fc\u30c9\u306e\u81ea\u52d5\u5206\u985e\u306e\u305f\u3081\u306b\u5206\u985e\u3067\u304d\u307e\u3059\u3002<\/p>\r\n\r\n\r\n\r\n<p>\u3053\u306e\u30a4\u30f3\u30b5\u30a4\u30c8\u306f\u3001\u55ab\u7159\/\u98f2\u9152\u306a\u3069\u306e\u898f\u5236\u8b66\u544a\u306e\u81ea\u52d5\u30ad\u30e3\u30d7\u30b7\u30e7\u30f3\u306b\u4f7f\u7528\u3067\u304d\u307e\u3059\u3002<\/p>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\">\u30dc\u30a4\u30b9\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb<\/h3>\r\n\r\n\r\n\r\n<p>Amazon Alexa\u3084Google Home\u306a\u3069\u306eHome AI\u30a2\u30b7\u30b9\u30bf\u30f3\u30c8\u3068\u975e\u5e38\u306b\u3088\u304f\u4f3c\u3066\u304a\u308a\u3001\u81ea\u5b85\u306e\u30d3\u30c7\u30aa\u30b9\u30c8\u30ea\u30fc\u30df\u30f3\u30b0\u30c7\u30d0\u30a4\u30b9\u306f\u97f3\u58f0\u30b3\u30de\u30f3\u30c9\u306b\u5fdc\u7b54\u3059\u308b\u3053\u3068\u304c\u671f\u5f85\u3055\u308c\u3066\u3044\u307e\u3059\u3002 \u4eca\u65e5\u3001\u591a\u304f\u306e\u30ea\u30e2\u30b3\u30f3\u306f\u3059\u3067\u306b\u97f3\u58f0\u8d77\u52d5\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\r\n\r\n\r\n\r\n<p>\u9ad8\u97f3\u51fa\u529b\u30c7\u30d0\u30a4\u30b9\u3092\u5165\u529b\u30c7\u30d0\u30a4\u30b9\u306b\u3059\u308b\u306e\u306f\u975e\u5e38\u306b\u8907\u96d1\u3067\u3001\u51fa\u529b\u30aa\u30fc\u30c7\u30a3\u30aa\u3092\u30ad\u30e3\u30f3\u30bb\u30eb\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\r\n\r\n\r\n\r\n<p>\u3055\u3089\u306b\u3001\u5916\u90e8\u30b9\u30d4\u30fc\u30ab\u30fc\u3067\u97f3\u58f0\u3092\u5f37\u8abf\u3059\u308b\u3068\u3001\u5468\u56f2\u306e\u30ce\u30a4\u30ba\u306b\u3055\u307e\u3056\u307e\u306a\u9045\u5ef6\u304c\u767a\u751f\u3057\u307e\u3059\u3002 \u4eca\u65e5\u3001\u8907\u96d1\u306a\u30cb\u30e5\u30fc\u30e9\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u3092\u4f7f\u7528\u3057\u3066\u5b9f\u88c5\u3055\u308c\u305f\u30a6\u30a7\u30a4\u30af\u30ef\u30fc\u30c9\u691c\u51fa\u3068\u81ea\u52d5\u97f3\u58f0\u8a8d\u8b58(ASR)\u3002 \u307e\u305f\u3001\u30c6\u30ec\u30d3\u306e\u5834\u5408\u3001\u30b3\u30de\u30f3\u30c9\u3092\u805e\u304f\u306b\u306f\u5468\u56f2\u306e\u30ce\u30a4\u30ba\u3092\u88dc\u6b63\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\">\u7d50\u8ad6<\/h3>\r\n\r\n\r\n\r\n<p>TV\/STB\u306b\u9069\u5207\u306a\u30cb\u30e5\u30fc\u30e9\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30a2\u30af\u30bb\u30e9\u30ec\u30fc\u30b7\u30e7\u30f3\u30cf\u30fc\u30c9\u30a6\u30a7\u30a2\u3092\u4f7f\u7528\u3059\u308b\u3068\u3001\u4e0a\u8a18\u306e\u5f8c\u51e6\u7406\u306e\u3059\u3079\u3066\u307e\u305f\u306f\u4e00\u90e8\u3092\u5b9f\u88c5\u3057\u3066\u3001\u73fe\u5728\u306e\u5f8c\u51e6\u7406\u3068\u6bd4\u8f03\u3057\u3066\u30e6\u30fc\u30b6\u30fc\u30a8\u30af\u30b9\u30da\u30ea\u30a8\u30f3\u30b9\u3092\u5411\u4e0a\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\r\n\r\n\r\n\r\n<p>\u3055\u3089\u306b\u3001\u3053\u306e\u51e6\u7406\u306b\u3088\u308a\u3001\u534a\u5c0e\u4f53\u30c1\u30c3\u30d7\u8a2d\u8a08\u8005\u306f\u3001\u30cb\u30e5\u30fc\u30e9\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306e\u7d71\u5408\u30cf\u30fc\u30c9\u30a6\u30a7\u30a2\u8981\u7d20\u306e\u73fe\u5728\u306e\u9ad8\u4fa1\u306a\u30d5\u30a3\u30eb\u30bf\u30fc\u3068\u5f8c\u51e6\u7406\u30cf\u30fc\u30c9\u30a6\u30a7\u30a2\u3092\u5ec3\u6b62\u3067\u304d\u307e\u3059<\/p>\r\n\r\n\r\n\r\n<p>AI\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u958b\u767a\u306e\u554f\u984c\u306e1\u3064\u306f\u3001\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u306e\u53ef\u7528\u6027\u3068\u6ce8\u91c8\u3067\u3059\u3002<br \/>\u307e\u305f\u3001\u3053\u306e\u30d6\u30ed\u30b0\u3067\u8a00\u53ca\u3055\u308c\u3066\u3044\u308bAI\u306e\u554f\u984c\u3082\u540c\u69d8\u3067\u3059\u3002\u751f(RAW)\u306e\u9ad8\u89e3\u50cf\u5ea6\u3068\u3057\u3066\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u3092\u958b\u767a\u3059\u308b\u306e\u304c\u6bd4\u8f03\u7684\u7c21\u5358\u306a\u5834\u5408\u306f\u3001\u30a8\u30e9\u30fc\u306e\u306a\u3044\u30c7\u30fc\u30bf\u3092\u5229\u7528\u3067\u304d\u307e\u3059\u3002<\/p>\r\n\r\n\r\n\r\n<p>Gyrus\u306f\u3001AI\u30e2\u30c7\u30eb\u3092\u30b5\u30fc\u30d3\u30b9\u3068\u3057\u3066\u63d0\u4f9b\u3057\u307e\u3059\u3002 \u304a\u5ba2\u69d8\u3068\u5354\u529b\u3057\u3066\u3001\u30c7\u30fc\u30bf\u30b5\u30a4\u30a8\u30f3\u30b9\u306e\u30c7\u30fc\u30bf\u3092\u30af\u30ea\u30fc\u30f3\u30a2\u30c3\u30d7\u3001\u6b63\u898f\u5316\u3001\u5f37\u5316\u3057\u307e\u3059\u3002 Gyrus\u306f\u3001\u30af\u30ea\u30fc\u30f3\u30a2\u30c3\u30d7\u3055\u308c\u305f\u9867\u5ba2\u30c7\u30fc\u30bf\u3068\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\/\u30e2\u30c7\u30eb\u306b\u57fa\u3065\u3044\u3066\u30ab\u30b9\u30bf\u30e0\u30e2\u30c7\u30eb\u3092\u958b\u767a\u3057\u307e\u3059\u3002<\/p>\r\n\r\n\r\n\r\n<p>\u3068\u308a\u308f\u3051\u3001Gyrus\u306f\u3001\u8996\u899a\u51e6\u7406\u306e\u305f\u3081\u306e\u540c\u69d8\u306eML\/AI\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u306e\u958b\u767a\u306b\u304a\u3044\u3066\u3001\u8907\u6570\u306e\u9867\u5ba2\u3068\u5354\u529b\u3057\u3066\u304d\u307e\u3057\u305f\u3002<\/p>\r\n<\/div>\r\n<p><script>\r\n  var x = document.getElementById(\"view1\");\r\n  var y = document.getElementById(\"view2\");\r\n  var btn11 = document.getElementById(\"btn11\");\r\n  var btn12 = document.getElementById(\"btn12\");\r\nfunction btn1(){\r\n  x.className = \"show\";\r\n  y.className = \"hide\";\r\n  btn12.className = \"btn-disabled\";\r\n  btn11.className = \"btnx\";\r\ndocument.getElementById(\"demon\").innerHTML = \"Impact of AI and ML on video streaming devices for the better TV experience\";\r\n\r\n}\r\nfunction btn2(){\r\n  x.className = \"hide\";\r\n  y.className = \"show\";\r\n  btn11.className = \"btn-disabled\";\r\n  btn12.className = \"btnx\";\r\n  \r\n document.getElementById(\"demon\").innerHTML = \"\u3088\u308a\u826f\u3044\u30c6\u30ec\u30d3\u4f53\u9a13\u306e\u305f\u3081\u306e\u30d3\u30c7\u30aa\u30b9\u30c8\u30ea\u30fc\u30df\u30f3\u30b0\u30c7\u30d0\u30a4\u30b9\u306b\u5bfe\u3059\u308bML\u3068AI\u306e\u5f71\u97ff\";\r\n}\r\n<\/script><\/p>","protected":false},"excerpt":{"rendered":"<p>Background Artificial intelligence (AI), with machine learning (ML) and deep learning (DL) technologies, promises to transform every aspect of businesses, devices, and their usage. In some cases, it enhances the current process, and in some cases replaces them. As video streaming devices (including TV &#038;[\u2026] <\/p>\n","protected":false},"author":5,"featured_media":629,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[6],"tags":[62,63,64,66,65],"class_list":["post-584","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-technology","tag-ai-in-tv","tag-ai-in-video-streaming","tag-ai-technology-in-tv","tag-artificial-intelligence-in-broadcasting","tag-artificial-intelligence-in-tv"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Impact of AI and ML on video streaming devices for better TV experience<\/title>\n<meta name=\"description\" content=\"Artificial Intelligence &amp; Machine Learning is radically Transforming TV experience to next level by AI improved &amp; intelligent video streaming device setup\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/gyrus.ai\/blog\/impact-of-ai-and-ml-on-video-streaming-devices-for-better-tv-experience\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Impact of AI and ML on video streaming devices for better TV experience\" \/>\n<meta property=\"og:description\" content=\"Artificial Intelligence &amp; Machine Learning is radically Transforming TV experience to next level by AI improved &amp; intelligent video streaming device setup\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gyrus.ai\/blog\/impact-of-ai-and-ml-on-video-streaming-devices-for-better-tv-experience\/\" \/>\n<meta property=\"og:site_name\" content=\"Gyrus AI | Blog | Insights on AI &amp; Intelligent Media Search, In-scene Ad Placement, Automated Video Anonymization Technologies\" \/>\n<meta property=\"article:published_time\" content=\"2019-12-24T06:24:45+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-02T12:16:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/AI-on-tv.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1140\" \/>\n\t<meta property=\"og:image:height\" content=\"858\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Prajesh Nayak\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@GyrusAI\" \/>\n<meta name=\"twitter:site\" content=\"@GyrusAI\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Prajesh Nayak\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/gyrus.ai\/blog\/impact-of-ai-and-ml-on-video-streaming-devices-for-better-tv-experience\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/gyrus.ai\/blog\/impact-of-ai-and-ml-on-video-streaming-devices-for-better-tv-experience\/\"},\"author\":{\"name\":\"Prajesh Nayak\",\"@id\":\"https:\/\/gyrus.ai\/blog\/#\/schema\/person\/abf4df92009226a866edf3ecd198ff73\"},\"headline\":\"Impact of AI and ML on video streaming devices for the better TV experience\",\"datePublished\":\"2019-12-24T06:24:45+00:00\",\"dateModified\":\"2023-01-02T12:16:32+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/gyrus.ai\/blog\/impact-of-ai-and-ml-on-video-streaming-devices-for-better-tv-experience\/\"},\"wordCount\":1408,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/gyrus.ai\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/gyrus.ai\/blog\/impact-of-ai-and-ml-on-video-streaming-devices-for-better-tv-experience\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/AI-on-tv.jpg\",\"keywords\":[\"AI in TV\",\"AI in video streaming\",\"AI technology in TV\",\"artificial intelligence in broadcasting\",\"Artificial intelligence in tv\"],\"articleSection\":[\"Technology\"],\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/gyrus.ai\/blog\/impact-of-ai-and-ml-on-video-streaming-devices-for-better-tv-experience\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/gyrus.ai\/blog\/impact-of-ai-and-ml-on-video-streaming-devices-for-better-tv-experience\/\",\"url\":\"https:\/\/gyrus.ai\/blog\/impact-of-ai-and-ml-on-video-streaming-devices-for-better-tv-experience\/\",\"name\":\"Impact of AI and ML on video streaming devices for better TV experience\",\"isPartOf\":{\"@id\":\"https:\/\/gyrus.ai\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/gyrus.ai\/blog\/impact-of-ai-and-ml-on-video-streaming-devices-for-better-tv-experience\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/gyrus.ai\/blog\/impact-of-ai-and-ml-on-video-streaming-devices-for-better-tv-experience\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/AI-on-tv.jpg\",\"datePublished\":\"2019-12-24T06:24:45+00:00\",\"dateModified\":\"2023-01-02T12:16:32+00:00\",\"description\":\"Artificial Intelligence & Machine Learning is radically Transforming TV experience to next level by AI improved & intelligent video streaming device setup\",\"breadcrumb\":{\"@id\":\"https:\/\/gyrus.ai\/blog\/impact-of-ai-and-ml-on-video-streaming-devices-for-better-tv-experience\/#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/gyrus.ai\/blog\/impact-of-ai-and-ml-on-video-streaming-devices-for-better-tv-experience\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/gyrus.ai\/blog\/impact-of-ai-and-ml-on-video-streaming-devices-for-better-tv-experience\/#primaryimage\",\"url\":\"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/AI-on-tv.jpg\",\"contentUrl\":\"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/AI-on-tv.jpg\",\"width\":1140,\"height\":858,\"caption\":\"AI for smart TV\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/gyrus.ai\/blog\/impact-of-ai-and-ml-on-video-streaming-devices-for-better-tv-experience\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/gyrus.ai\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Impact of AI and ML on video streaming devices for the better TV experience\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/gyrus.ai\/blog\/#website\",\"url\":\"https:\/\/gyrus.ai\/blog\/\",\"name\":\"Gyrus AI\",\"description\":\"Gyrus AI | Blog | Insights on AI &amp; Intelligent Media Search, In-scene Ad Placement, Automated Video Anonymization Technologies\",\"publisher\":{\"@id\":\"https:\/\/gyrus.ai\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/gyrus.ai\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/gyrus.ai\/blog\/#organization\",\"name\":\"Gyrus AI\",\"url\":\"https:\/\/gyrus.ai\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/gyrus.ai\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2025\/02\/gyrus-1.png\",\"contentUrl\":\"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2025\/02\/gyrus-1.png\",\"width\":11400,\"height\":4500,\"caption\":\"Gyrus AI\"},\"image\":{\"@id\":\"https:\/\/gyrus.ai\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/GyrusAI\",\"https:\/\/www.linkedin.com\/company\/gyrusai\/\",\"https:\/\/www.youtube.com\/channel\/UCk2GzLj6xp0A6Wqix1GWSkw\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/gyrus.ai\/blog\/#\/schema\/person\/abf4df92009226a866edf3ecd198ff73\",\"name\":\"Prajesh Nayak\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/20cbf198ca8150e62914c85a29c3cd321b263324b50022d87c90678ae8fe43de?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/20cbf198ca8150e62914c85a29c3cd321b263324b50022d87c90678ae8fe43de?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/20cbf198ca8150e62914c85a29c3cd321b263324b50022d87c90678ae8fe43de?s=96&d=mm&r=g\",\"caption\":\"Prajesh Nayak\"},\"sameAs\":[\"http:\/\/www.gyrus.ai\"],\"url\":\"https:\/\/gyrus.ai\/blog\/author\/prajesh-nayak\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Impact of AI and ML on video streaming devices for better TV experience","description":"Artificial Intelligence & Machine Learning is radically Transforming TV experience to next level by AI improved & intelligent video streaming device setup","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/gyrus.ai\/blog\/impact-of-ai-and-ml-on-video-streaming-devices-for-better-tv-experience\/","og_locale":"en_US","og_type":"article","og_title":"Impact of AI and ML on video streaming devices for better TV experience","og_description":"Artificial Intelligence & Machine Learning is radically Transforming TV experience to next level by AI improved & intelligent video streaming device setup","og_url":"https:\/\/gyrus.ai\/blog\/impact-of-ai-and-ml-on-video-streaming-devices-for-better-tv-experience\/","og_site_name":"Gyrus AI | Blog | Insights on AI &amp; Intelligent Media Search, In-scene Ad Placement, Automated Video Anonymization Technologies","article_published_time":"2019-12-24T06:24:45+00:00","article_modified_time":"2023-01-02T12:16:32+00:00","og_image":[{"width":1140,"height":858,"url":"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/AI-on-tv.jpg","type":"image\/jpeg"}],"author":"Prajesh Nayak","twitter_card":"summary_large_image","twitter_creator":"@GyrusAI","twitter_site":"@GyrusAI","twitter_misc":{"Written by":"Prajesh Nayak","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/gyrus.ai\/blog\/impact-of-ai-and-ml-on-video-streaming-devices-for-better-tv-experience\/#article","isPartOf":{"@id":"https:\/\/gyrus.ai\/blog\/impact-of-ai-and-ml-on-video-streaming-devices-for-better-tv-experience\/"},"author":{"name":"Prajesh Nayak","@id":"https:\/\/gyrus.ai\/blog\/#\/schema\/person\/abf4df92009226a866edf3ecd198ff73"},"headline":"Impact of AI and ML on video streaming devices for the better TV experience","datePublished":"2019-12-24T06:24:45+00:00","dateModified":"2023-01-02T12:16:32+00:00","mainEntityOfPage":{"@id":"https:\/\/gyrus.ai\/blog\/impact-of-ai-and-ml-on-video-streaming-devices-for-better-tv-experience\/"},"wordCount":1408,"commentCount":0,"publisher":{"@id":"https:\/\/gyrus.ai\/blog\/#organization"},"image":{"@id":"https:\/\/gyrus.ai\/blog\/impact-of-ai-and-ml-on-video-streaming-devices-for-better-tv-experience\/#primaryimage"},"thumbnailUrl":"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/AI-on-tv.jpg","keywords":["AI in TV","AI in video streaming","AI technology in TV","artificial intelligence in broadcasting","Artificial intelligence in tv"],"articleSection":["Technology"],"inLanguage":"en","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/gyrus.ai\/blog\/impact-of-ai-and-ml-on-video-streaming-devices-for-better-tv-experience\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/gyrus.ai\/blog\/impact-of-ai-and-ml-on-video-streaming-devices-for-better-tv-experience\/","url":"https:\/\/gyrus.ai\/blog\/impact-of-ai-and-ml-on-video-streaming-devices-for-better-tv-experience\/","name":"Impact of AI and ML on video streaming devices for better TV experience","isPartOf":{"@id":"https:\/\/gyrus.ai\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/gyrus.ai\/blog\/impact-of-ai-and-ml-on-video-streaming-devices-for-better-tv-experience\/#primaryimage"},"image":{"@id":"https:\/\/gyrus.ai\/blog\/impact-of-ai-and-ml-on-video-streaming-devices-for-better-tv-experience\/#primaryimage"},"thumbnailUrl":"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/AI-on-tv.jpg","datePublished":"2019-12-24T06:24:45+00:00","dateModified":"2023-01-02T12:16:32+00:00","description":"Artificial Intelligence & Machine Learning is radically Transforming TV experience to next level by AI improved & intelligent video streaming device setup","breadcrumb":{"@id":"https:\/\/gyrus.ai\/blog\/impact-of-ai-and-ml-on-video-streaming-devices-for-better-tv-experience\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gyrus.ai\/blog\/impact-of-ai-and-ml-on-video-streaming-devices-for-better-tv-experience\/"]}]},{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/gyrus.ai\/blog\/impact-of-ai-and-ml-on-video-streaming-devices-for-better-tv-experience\/#primaryimage","url":"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/AI-on-tv.jpg","contentUrl":"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2019\/12\/AI-on-tv.jpg","width":1140,"height":858,"caption":"AI for smart TV"},{"@type":"BreadcrumbList","@id":"https:\/\/gyrus.ai\/blog\/impact-of-ai-and-ml-on-video-streaming-devices-for-better-tv-experience\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/gyrus.ai\/blog\/"},{"@type":"ListItem","position":2,"name":"Impact of AI and ML on video streaming devices for the better TV experience"}]},{"@type":"WebSite","@id":"https:\/\/gyrus.ai\/blog\/#website","url":"https:\/\/gyrus.ai\/blog\/","name":"Gyrus AI","description":"Gyrus AI | Blog | Insights on AI &amp; Intelligent Media Search, In-scene Ad Placement, Automated Video Anonymization Technologies","publisher":{"@id":"https:\/\/gyrus.ai\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/gyrus.ai\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":"Organization","@id":"https:\/\/gyrus.ai\/blog\/#organization","name":"Gyrus AI","url":"https:\/\/gyrus.ai\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/gyrus.ai\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2025\/02\/gyrus-1.png","contentUrl":"https:\/\/gyrus.ai\/blog\/wp-content\/uploads\/2025\/02\/gyrus-1.png","width":11400,"height":4500,"caption":"Gyrus AI"},"image":{"@id":"https:\/\/gyrus.ai\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/GyrusAI","https:\/\/www.linkedin.com\/company\/gyrusai\/","https:\/\/www.youtube.com\/channel\/UCk2GzLj6xp0A6Wqix1GWSkw"]},{"@type":"Person","@id":"https:\/\/gyrus.ai\/blog\/#\/schema\/person\/abf4df92009226a866edf3ecd198ff73","name":"Prajesh Nayak","image":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/secure.gravatar.com\/avatar\/20cbf198ca8150e62914c85a29c3cd321b263324b50022d87c90678ae8fe43de?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/20cbf198ca8150e62914c85a29c3cd321b263324b50022d87c90678ae8fe43de?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/20cbf198ca8150e62914c85a29c3cd321b263324b50022d87c90678ae8fe43de?s=96&d=mm&r=g","caption":"Prajesh Nayak"},"sameAs":["http:\/\/www.gyrus.ai"],"url":"https:\/\/gyrus.ai\/blog\/author\/prajesh-nayak\/"}]}},"_links":{"self":[{"href":"https:\/\/gyrus.ai\/blog\/wp-json\/wp\/v2\/posts\/584","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gyrus.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gyrus.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gyrus.ai\/blog\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/gyrus.ai\/blog\/wp-json\/wp\/v2\/comments?post=584"}],"version-history":[{"count":0,"href":"https:\/\/gyrus.ai\/blog\/wp-json\/wp\/v2\/posts\/584\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/gyrus.ai\/blog\/wp-json\/wp\/v2\/media\/629"}],"wp:attachment":[{"href":"https:\/\/gyrus.ai\/blog\/wp-json\/wp\/v2\/media?parent=584"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gyrus.ai\/blog\/wp-json\/wp\/v2\/categories?post=584"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gyrus.ai\/blog\/wp-json\/wp\/v2\/tags?post=584"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}