[go: up one dir, main page]

US20090086819A1 - MPEG-4 Streaming System With Adaptive Error Concealment - Google Patents

MPEG-4 Streaming System With Adaptive Error Concealment Download PDF

Info

Publication number
US20090086819A1
US20090086819A1 US12/326,104 US32610408A US2009086819A1 US 20090086819 A1 US20090086819 A1 US 20090086819A1 US 32610408 A US32610408 A US 32610408A US 2009086819 A1 US2009086819 A1 US 2009086819A1
Authority
US
United States
Prior art keywords
concealment
intra
error
decoder
spatial
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US12/326,104
Inventor
Ming-Yen Huang
Tzu-Liang Su
Shih-Hao Wang
Chung-Neng Wang
Tihao Chiang
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Individual filed Critical Individual
Priority to US12/326,104 priority Critical patent/US20090086819A1/en
Publication of US20090086819A1 publication Critical patent/US20090086819A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/85Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using pre-processing or post-processing specially adapted for video compression
    • H04N19/89Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using pre-processing or post-processing specially adapted for video compression involving methods or arrangements for detection of transmission errors at the decoder
    • H04N19/895Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using pre-processing or post-processing specially adapted for video compression involving methods or arrangements for detection of transmission errors at the decoder in combination with error concealment
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/10Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
    • H04N19/102Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the element, parameter or selection affected or controlled by the adaptive coding
    • H04N19/103Selection of coding mode or of prediction mode
    • H04N19/11Selection of coding mode or of prediction mode among a plurality of spatial predictive coding modes
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/10Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
    • H04N19/134Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the element, parameter or criterion affecting or controlling the adaptive coding
    • H04N19/146Data rate or code amount at the encoder output
    • H04N19/147Data rate or code amount at the encoder output according to rate distortion criteria
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/10Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
    • H04N19/134Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the element, parameter or criterion affecting or controlling the adaptive coding
    • H04N19/164Feedback from the receiver or from the transmission channel
    • H04N19/166Feedback from the receiver or from the transmission channel concerning the amount of transmission errors, e.g. bit error rate [BER]

Definitions

  • the present invention generally relates to an MPEG-4 streaming system, and more specifically to an MPEG-4 streaming system with adaptive error concealment scheme to improve the overall quality of the transmitted video contents over error prone environment.
  • the MPEG-4 video coding standard is developed to provide users a new level of performance for various video communication services, such as video-on-demand (VOD) over the Internet or mobile multimedia applications.
  • VOD video-on-demand
  • An MPEG-4 video system uses a robust encoded bitstream and a resilient decoding process.
  • the robust encoded bitstream is used in the encoder to help, with some coding overhead, the recovery from error corruption.
  • One of the methods for creating a robust bitstream is to insert additional intra blocks to stop error propagation in decoder. But the insertion of intra blocks will slightly decrease coding efficiency. Thus, the trade-off of the error propagation and coding efficiency must be built to achieve a good performance for MPEG-4 video encoders.
  • Another method is to use an error resilient decoding process, which can locate errors and then conceal the lost slices.
  • the error location methods utilize useful header information available at the decoder for coding process resynchronization.
  • MPEG-4 provides several tools, including the resynchronization marker (RM), the data partition (DP), and the reverse variable length coding (RVLC).
  • RM resynchronization marker
  • DP data partition
  • RVLC reverse variable length coding
  • the optimal usage of the error resilient tools is not specified in the video specification. To further enhance the error-resilient ability, the selection of the optimal parameters, intra refreshment, advanced error detection and concealment methods are required to improve the reconstructed video quality.
  • SEC spatial error concealment
  • TEC temporal error concealment
  • the SEC techniques exploit the spatial redundancy within a picture
  • TEC techniques exploit the temporal similarity of frames in a sequence.
  • various interpolation methods such as multi-directional interpolation (Valente, et al., IEEE Transaction On Consumer Electronics, vol. 147, No. 3, 2001), and quadri-linear interpolation (Kwok, et. al., IEEE Transaction On Consumer Electronics, vol. 39, No. 3, 1993), are developed in addition to the widely used bi-linear interpolation (Kaiser, et. al., Signal Processing: Image Communication, vol. 14, No. 6-8, 1999).
  • the multi-directional interpolation needs all neighboring macro blocks (MB) to correctly decide the edge direction in the lost MB and requires much more computational complexity.
  • the quadri-linear interpolation is an area-based interpolation which takes the nearest four pixels to interpolate the recovered pixel.
  • Two refinements are introduced by Kwok et. al. One is to increase the weight of nearer direction and the other is to take average of nearest pixels and their neighboring two pixels instead of nearest pixels only. The refinements will make the visual quality smoother.
  • Boundary matching algorithm is the most common method that uses the boundary properties to choose a best motion vector.
  • BMA Boundary matching algorithm
  • the other BMA method is using boundary difference between the current frame and the previous frame. This method can be called a temporal BMA because it uses the temporal boundary correlation.
  • DMVE decoder motion vector estimation
  • a general hybrid scheme is that spatial concealment is used for I-VOP and temporal concealment is used for P-VOP. Further refinement strategies are also developed to improve the performance of the hybrid concealment methods. For example, the majority of I-VOPs excluding the first VOP have temporal correlation; thus, the temporal methods are used to conceal the VOP. For pictures having conditions, such as scene change, fad in, or fad out, and less temporal correlation, the spatial methods are used to conceal the VOP. The approach proposed by Kraiser et. al.
  • Spatial activity is calculated by computing the variance of nearest neighboring macro-block.
  • Temporal activity is calculated by computing the mean square error between co-located macro-blocks. When the temporal activity is larger than spatial activity, spatial concealment is used, and vice versa.
  • Other approaches use the boundary smoothness property. The ratio of boundary gradient of lost macro-block to boundary gradient of above and below macro-blocks is used to decide if the boundary gradient of lost macro-block is too large and requires the use of spatial concealment instead of temporal method.
  • the present invention has been made to overcome the aforementioned drawback of conventional techniques used in MPEG-4 delivery in an error-prone environment.
  • the primary object of the present invention is to provide an MPEG-4 system with error concealment for video service under the network with packet loss.
  • the second object of the present invention is to provide an encoder for use in an MPEG-4 video streaming system.
  • the encoder uses an intra-refreshment technique is used to make coded bitstream more robust against noise in order to stop error propagation.
  • the rate-distortion optimization criterion is also introduced to adaptively update in synchronization with intra-coded blocks adaptively based on the true network condition with minimal overhead.
  • the Lagrange multiplier is modified to achieve the best rate distortion balance.
  • a decoder loop is used in the encoder and is synchronized with the true decoder to achieve the best performance and avoid mismatch with the decoder used in the MPEG-4 system.
  • the third object of the present invention is to provide a decoder which is able to achieve resilient decoding from any kind of noise and enhance the reconstructed image quality with spatial and temporal hybrid concealment method.
  • the result shows that a 3.65-9.71 dB further improvement on peak-signal-to-noise-ratio (PSNR) can be achieved in comparison with the existing methods that adopt spatial copy and zero motion concealment in decoding.
  • PSNR peak-signal-to-noise-ratio
  • the fourth object of the present invention is to provide a rate distortion optimized intra-refresh (RDIR) method for improving the bit-stream structure according to the network condition to an encoder system with least overhead.
  • RDIR rate distortion optimized intra-refresh
  • the fifth object of the present invention is to provide an error concealment method combining hybrid concealment scheme and block-based refinement.
  • FIG. 1 shows an MPEG-4 system with error concealment according to the invention
  • FIG. 2 shows an embodiment of an encoder according to the invention
  • FIG. 3 shows an embodiment of a decoder according to the invention
  • FIG. 4 shows an RDIR encoding flowchart used in an embodiment of the invention
  • FIG. 5 shows a schematic view of bi-directional error concealment used in the embodiment of the invention
  • FIG. 6 shows three different concealment orders
  • FIG. 7 shows a flowchart of an embodiment of error concealment of the invention 1 ;
  • FIG. 8 shows a 3 ⁇ 3 first order smoothing filter used in an embodiment of the invention.
  • FIG. 1 shows a schematic view of an MPEG-4 system of the present invention, including an encoder 102 and a decoder 104 .
  • the details of encoder 102 and decoder 104 are illustrated in FIG. 2 and FIG. 3 , respectively.
  • an encoder includes an intra-coding module 202 , an inter-coding module 204 , a rate-distortion (R-D) cost decision module 206 , a motion search module 208 , an MV module 210 , a mode module 212 , a mode modified module 214 , a motion compensation (MC) module 216 , a discrete cosine transform (DCT) module 218 , a quantization (Q) module 220 , an inverse discrete cosine transform (IDCT) module 222 , an inverse quantization (IQ) module 224 , and a variable length coding (VLC) module 226 .
  • DCT discrete cosine transform
  • Q quantization
  • IDCT inverse discrete cosine transform
  • IQ inverse quantization
  • VLC variable length coding
  • an error probability model is built for passing each macro-block (MB) of the bitstream through the model.
  • the distortion of the MB is calculated from the reconstructed images with and without errors and the weighting follows the accumulated error probability. If the R-D cost to encode the current MB as inter-coding mode is lower than that of the intra-coding mode, the inter-coding mode is selected; otherwise, the intra-coding mode is selected. Such a criterion will bring the most efficient usage of intra blocks insertion under similar service quality. After the coding mode is decided, the current MB is encoded and the coded bitstream is passed to a transmitter.
  • the decoder of the present invention includes a decoding VOP header module 302 , a decoding VOP module 304 , a timing check and correction module 306 , an error detection module 308 , an error recovery module 310 , an error localization module 312 , a frame buffer 314 , a hybrid scheme module 316 , a spatial concealment module 318 , a temporal concealment module 320 , a smooth filter 322 , and an output buffer 324 .
  • a received bitstream is parsed to look for continuous resynchronization markers (RM).
  • RM resynchronization markers
  • a successful bitstream parsing indicates that no syntactic errors occur, and the normal decoding resumes. If there is any syntactic error, the decoder will jump to the next RM to resume the decoding processes. After one frame is fully reconstructed, the proposed error concealment algorithm is applied based on the available information from the received bits.
  • the rate distortion optimized intra-refresh (RDIR), originally developed as a more effective solution for error propagation, is provided to improve the bit-stream structure according to the network condition.
  • the intra-refresh technique inserts intra-blocks instead of inter-blocks in P frame to prevent serious error propagation over error-prone network. Since the intra-coding block sacrifices more bits, it will become inefficient when the network condition varies over time. To improve this situation, intra block insertion with R-D optimization adaptive to channel condition can provide the most compact encoder system with least overhead.
  • the RDIR design flow is shown in FIG. 4 .
  • the begin of the i-th P frame is read, and for each i-th MB (step 402 ), the cost for intra and inter blocks, denoted as J intra and J inter , can be computed, as shown in step 403 , by the following Lagrangian formula:
  • a better mode for individual MB can be found by taking both distortion and bitrate into consideration. Not only quantization distortion but concealment error must be included for transmission over packet switch network without reliable quality of service (QoS). Therefore, the distortion with concealment combined with packet loss rate is taken into account for RD-cost calculation.
  • the mode with minimal J is chosen as the current MB coding mode, as in step 404 . If J intra is greater than J inter , the intra-coding mode is chosen, as in step 405 ; otherwise, the inter-coding mode is used, as in step 406 .
  • step 407 if this is the last MB, the process proceed to process the next P frame as in step 408 ; otherwise, return to step 402 and continue processing the next MB of the current P frame.
  • the distortion of D will suffer more serious quality loss. It comes from both the original quantization error and the errors introduced when concealing the lost MB from nearby MB. So the above formula needs to be modified as
  • the parameter of ⁇ needed to be updated every frame to control the bits used under the same distortion.
  • the updating formula is as follows:
  • the parameter of a comes from a variety of experimental trials for buffer control.
  • the packet loss rate is used to model the internet protocol. Using network condition to model the situation at the decoder is expected to reconstruct better image quality. If the modeling is 100% accurate, the same quality as transmitted one in error prone environment can be obtained.
  • resynchronization markers are enabled to stop the collapse of decoder to handle the packet loss. If the addresses of MBs are discontinued, the decoder will skip to the next resynchronization marker and restart decoding. Since the remaining parts from the error starting point to next RM will be dropped due to the uncertainty of the content, the length between RMs may have great influence over the reconstruction quality. If the length is long enough to be able to contain several blocks of information, it will suffer serious quality information loss with packet loss. However, if the length is too short, the redundant information will be distributed in the bit-stream and make the encoding inefficient. The tradeoff is chosen according to the application domain. Considering the application of VOD application under the bit-rate of above 256k bits per second (bps), the 1000 bits as the length of each video packet is a suitable selection.
  • decoding VOP header module 302 and decoding VOP module 304 which are at the middle part of FIG. 3 , constitute an original decoder.
  • the upper part of FIG. 3 including error detection module 308 , error recovery module 310 and error localization module 312 , constitutes the error resilience functional units.
  • Timing check and correction module 306 is also added to handle the VOP header loss.
  • error concealment functional units 3 including frame buffer 314 , hybrid scheme module 316 , spatial concealment module 318 , temporal concealment module 320 , smooth filter 322 , and an output buffer 324 , constitutes the error concealment functional units.
  • the inclusion of error resilience functional units and error concealment functional units can realize a robust decoding system.
  • Error concealment uses the localizations of lost MBs and neighboring relevant data of lost MBs to conceal the corrupted VOP. To achieve good concealment results requires a simple and high performance method and using relevant data as much as possible. Because error concealment is an additional process to the original decoding process, the extra computational complexity will slow down the decoding rate.
  • the bi-linear interpolation is chosen for spatial concealment and temporal BMA for temporal concealment due to their middle computational complexity and high performance. Other interpolation methods can also be used for the same purpose.
  • the hybrid scheme is used to decide when to use spatial or temporal concealment. Because error concealment use relevant data to conceal the lost MBs, using relevant data as much as possible can make concealment method works well.
  • the bi-directional error concealment is used in the present invention, as shown in FIG. 5 .
  • the error concealment algorithm used in the present invention There are three innovations in the error concealment algorithm used in the present invention. The first is using a less complexity hybrid scheme to choose when to use spatial concealment or temporal concealment. The second one is to implement block-based concealment to refine general MB-based method. Finally, a simple smoothing filter is used for improving visual quality.
  • spatial concealment is suitable for fast motion or low detailed sequences since the correlation across successive frames is smaller than the correlation of pixels within the frame.
  • temporal concealment is suitable for slow motion or highly detailed sequences.
  • the temporal concealment can avoid visible blocking artifacts introduced by the spatial concealment.
  • an adaptive temporal/spatial error concealment scheme is present to provide video contents of better picture quality.
  • Reference hybrid concealment methods use certain statistics characteristics such as temporal activity, spatial activity, or boundary similarity to decide to use spatial concealment or temporal concealment.
  • the methods take more extra computational complexity to get the information. For example, if the boundary difference from BMA result is larger than the threshold, spatial concealment is used to conceal the MB which may have less temporal correlation. If the boundary difference from BMA result is smaller than the threshold, the result of temporal concealment is used to conceal the MB.
  • Spatial error concealment is used when detecting large motion vectors. In the fast motion area or scene change, the temporal correlation may become very low and motion vectors will be in great confusion or intra blocks are added. When the intra blocks are more, the surrounding motion vectors are less and insufficient temporal correlation is available for recovering the MB. Spatial error concealment is used to conceal the MB.
  • the block-based error concealment adopts an 8 ⁇ 8 block as a processing unit. Based on validation of four surrounding MBs and the location of the current block, each of four 8 ⁇ 8 blocks can be concealed in different orders. For example, according to the validation of the four neighbors, there are 15 conditions of concealment order. FIG. 6 shows three different conditions. The numbers within the central MB indicate the concealment order of a MB. The block-based refinement can apply both spatial and temporal concealment in a single MB.
  • the error concealment flowchart, combining hybrid concealment scheme and block-based refinement, is shown in FIG. 7 .
  • the error concealment performs an intra surrounding check in step 702 and a fast motion check in step 703 . If the result of the checking is yes, the MB-based and Block-based spatial concealment is used, as shown in step 704 . Then, proceed with the next MB. Otherwise, perform a block order in step 705 .
  • step 706 a boundary matching algorithm is computed.
  • step 707 comparing with the threshold to determine if the threshold has been exceeded. If so, take step 708 to perform motion compensation. Otherwise, set the flag as in step 709 , and proceed to use the MB-based and Block-based spatial concealment is used, as shown in step 704 . Then start to process the next MB.
  • a smoothing filter is used on the block boundary of lost MB concealed by temporal concealment.
  • a filter used can be a 3 ⁇ 3 first order filter, as shown FIG. 8 . This filter have better performance than the de-blocking filter provided by reference software and another 3 ⁇ 3 second order filter.
  • the smoothing filter can also be applied to spatial concealment results. Because the interpolation only uses the nearest four pixels, some unexpected edges are observed.
  • the smoothing filter can make the interpolation smoother. The same filter can be used to make the results of temporal concealment and spatial concealment smoother.
  • encoding frame rate is 30 frames/sec
  • decoding frame rate is 10 frames/sec
  • packet size is 2000 bits
  • GOP structure is I-P-P . . .
  • bit-rate is 512k for normal test.
  • the random drop with uniform distribution is used to simulate different packet loss rate. Because different lost places will make different results, the average of ten simulation results are taken to obtain the average performance.
  • the present invention offers two innovations.
  • the first is the use of macroblock-based spatial-temporal hybrid error concealment methods instead of frame-based method. This will help to decide whether a spatial concealment or temporal concealment should be used more accurately and more efficiently.
  • the second is to apply fast decision on the switching between spatial and temporal error concealments.
  • the boundary difference between current frame and previous frame is calculated and a threshold is set to decide whether the spatial mode is satisfactory to be applied. Otherwise, temporal mode will be used to replace spatial mode.
  • the threshold is chosen by simulation on various different conditions of bit-rate, packet lost rate, and different sequences.

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

An MPEG-4 system with error concealment is provided for video service under the network with packet loss. The MPEG-4 system includes an encoder and a decoder. The encoder uses an intra-refreshment technique is used to make coded bitstream more robust against noise in order to stop error propagation. The rate-distortion optimization criterion is also introduced to adaptively update in synchronization with intra-coded blocks adaptively based on the true network condition with minimal overhead. The Lagrange multiplier is modified to achieve the best rate-distortion balance. In addition, a decoder loop is used in the encoder and is synchronized with the true decoder to achieve the best performance and avoid mismatch with the decoder used in the MPEG-4 system. The decoder is able to achieve resilient decoding from any kind of noise and enhance the reconstructed image quality with spatial and temporal hybrid concealment method. The result shows that a 3.65-9.71 dB further improvement on peak-signal-to-noise-ratio (PSNR) can be achieved in comparison with the existing methods that adopt spatial copy and zero motion concealment in decoding.

Description

    CROSS-REFERENCES TO RELATED APPLICATIONS
  • This is a division of U.S. application Ser. No. 10/990,818, filed Nov. 16, 2004, which is incorporated herewith by reference.
  • FIELD OF THE INVENTION
  • The present invention generally relates to an MPEG-4 streaming system, and more specifically to an MPEG-4 streaming system with adaptive error concealment scheme to improve the overall quality of the transmitted video contents over error prone environment.
  • BACKGROUND OF THE INVENTION
  • It has been a constant challenge for the research community and the industry to search for a better service quality for video streaming over the error-prone environment such as Internet, as the video bitstreams may be corrupted by random error or suffer packet loss in the channels.
  • To address the aforementioned problem, the MPEG-4 video coding standard is developed to provide users a new level of performance for various video communication services, such as video-on-demand (VOD) over the Internet or mobile multimedia applications. An MPEG-4 video system uses a robust encoded bitstream and a resilient decoding process. The robust encoded bitstream is used in the encoder to help, with some coding overhead, the recovery from error corruption. One of the methods for creating a robust bitstream is to insert additional intra blocks to stop error propagation in decoder. But the insertion of intra blocks will slightly decrease coding efficiency. Thus, the trade-off of the error propagation and coding efficiency must be built to achieve a good performance for MPEG-4 video encoders.
  • Cote, Shirani and Kossentini proposed an adaptive intra refreshment (IR) scheme for H.263 under the consideration of rate distortion optimization (IEEE Journal on Selected Areas in Communications, vol. 18, pp. 952-965, No. 6, 2002). The rate distortion optimization is to improve the timing of intra block insertion to achieve the optimized usage of IR based on the Internet conditions.
  • Another method is to use an error resilient decoding process, which can locate errors and then conceal the lost slices. The error location methods utilize useful header information available at the decoder for coding process resynchronization. For error resilience, MPEG-4 provides several tools, including the resynchronization marker (RM), the data partition (DP), and the reverse variable length coding (RVLC). The optimal usage of the error resilient tools is not specified in the video specification. To further enhance the error-resilient ability, the selection of the optimal parameters, intra refreshment, advanced error detection and concealment methods are required to improve the reconstructed video quality.
  • Several error concealment methods are developed for either spatial error concealment (SEC) or temporal error concealment (TEC). The SEC techniques exploit the spatial redundancy within a picture, while the TEC techniques exploit the temporal similarity of frames in a sequence. For spatial error concealment, various interpolation methods, such as multi-directional interpolation (Valente, et al., IEEE Transaction On Consumer Electronics, vol. 147, No. 3, 2001), and quadri-linear interpolation (Kwok, et. al., IEEE Transaction On Consumer Electronics, vol. 39, No. 3, 1993), are developed in addition to the widely used bi-linear interpolation (Kaiser, et. al., Signal Processing: Image Communication, vol. 14, No. 6-8, 1999). The multi-directional interpolation needs all neighboring macro blocks (MB) to correctly decide the edge direction in the lost MB and requires much more computational complexity. The quadri-linear interpolation is an area-based interpolation which takes the nearest four pixels to interpolate the recovered pixel. Two refinements are introduced by Kwok et. al. One is to increase the weight of nearer direction and the other is to take average of nearest pixels and their neighboring two pixels instead of nearest pixels only. The refinements will make the visual quality smoother.
  • For temporal error concealment, blind selection of motion vector such as mean, medium, nearest motion vector of surrounding motion vectors have been used. Boundary matching algorithm (BMA) is the most common method that uses the boundary properties to choose a best motion vector. There are two kinds of BMA. One is using boundary gradient to choose a result which makes the boundary match between lost MB and its neighbors. This method can be called a spatial BMA because it uses the spatial boundary correlation. The other BMA method is using boundary difference between the current frame and the previous frame. This method can be called a temporal BMA because it uses the temporal boundary correlation. Other temporal concealment method, such as decoder motion vector estimation (DMVE), uses search range and surrounding area to find a best motion vector according to temporal BMA or uses search range to refine the best motion vector of neighbors. It is obvious that the DMVE costs much more computational complexity due to testing more motion vectors and surrounding lines used for motion estimation.
  • As spatial concealment is suitable for the area in which spatial correlation is higher than temporal correlation, and temporal concealment is suitable for the area in which temporal correlation is higher than spatial correlation, several hybrid error concealment methods are developed to take advantages of their respective strength. A general hybrid scheme is that spatial concealment is used for I-VOP and temporal concealment is used for P-VOP. Further refinement strategies are also developed to improve the performance of the hybrid concealment methods. For example, the majority of I-VOPs excluding the first VOP have temporal correlation; thus, the temporal methods are used to conceal the VOP. For pictures having conditions, such as scene change, fad in, or fad out, and less temporal correlation, the spatial methods are used to conceal the VOP. The approach proposed by Kraiser et. al. uses spatial activity and temporal activity to decide the use of spatial concealment or temporal concealment. Spatial activity is calculated by computing the variance of nearest neighboring macro-block. Temporal activity is calculated by computing the mean square error between co-located macro-blocks. When the temporal activity is larger than spatial activity, spatial concealment is used, and vice versa. Other approaches use the boundary smoothness property. The ratio of boundary gradient of lost macro-block to boundary gradient of above and below macro-blocks is used to decide if the boundary gradient of lost macro-block is too large and requires the use of spatial concealment instead of temporal method.
  • However, as more and more applications and activities are brought to the Internet, the competition for bandwidth and the fluctuation of the bandwidth availability is more severe than before. It is, therefore, necessary to device an MPEG-4 streaming system with adaptive error concealment capability in order to deliver performance to the video services.
  • SUMMARY OF THE INVENTION
  • The present invention has been made to overcome the aforementioned drawback of conventional techniques used in MPEG-4 delivery in an error-prone environment. The primary object of the present invention is to provide an MPEG-4 system with error concealment for video service under the network with packet loss.
  • The second object of the present invention is to provide an encoder for use in an MPEG-4 video streaming system. The encoder uses an intra-refreshment technique is used to make coded bitstream more robust against noise in order to stop error propagation. The rate-distortion optimization criterion is also introduced to adaptively update in synchronization with intra-coded blocks adaptively based on the true network condition with minimal overhead. The Lagrange multiplier is modified to achieve the best rate distortion balance. In addition, a decoder loop is used in the encoder and is synchronized with the true decoder to achieve the best performance and avoid mismatch with the decoder used in the MPEG-4 system.
  • The third object of the present invention is to provide a decoder which is able to achieve resilient decoding from any kind of noise and enhance the reconstructed image quality with spatial and temporal hybrid concealment method. The result shows that a 3.65-9.71 dB further improvement on peak-signal-to-noise-ratio (PSNR) can be achieved in comparison with the existing methods that adopt spatial copy and zero motion concealment in decoding.
  • The fourth object of the present invention is to provide a rate distortion optimized intra-refresh (RDIR) method for improving the bit-stream structure according to the network condition to an encoder system with least overhead.
  • The fifth object of the present invention is to provide an error concealment method combining hybrid concealment scheme and block-based refinement.
  • The foregoing and other objects, features, aspects and advantages of the present invention will become better understood from a careful reading of a detailed description provided herein below with appropriate reference to the accompanying drawings.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The present invention can be understood in more detail by reading the subsequent detailed description in conjunction with the examples and references made to the accompanying drawings, wherein:
  • FIG. 1 shows an MPEG-4 system with error concealment according to the invention;
  • FIG. 2 shows an embodiment of an encoder according to the invention;
  • FIG. 3 shows an embodiment of a decoder according to the invention;
  • FIG. 4 shows an RDIR encoding flowchart used in an embodiment of the invention;
  • FIG. 5 shows a schematic view of bi-directional error concealment used in the embodiment of the invention;
  • FIG. 6 shows three different concealment orders;
  • FIG. 7 shows a flowchart of an embodiment of error concealment of the invention 1; and
  • FIG. 8 shows a 3×3 first order smoothing filter used in an embodiment of the invention.
  • DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
  • FIG. 1 shows a schematic view of an MPEG-4 system of the present invention, including an encoder 102 and a decoder 104. The details of encoder 102 and decoder 104 are illustrated in FIG. 2 and FIG. 3, respectively.
  • As shown in FIG. 2, an encoder includes an intra-coding module 202, an inter-coding module 204, a rate-distortion (R-D) cost decision module 206, a motion search module 208, an MV module 210, a mode module 212, a mode modified module 214, a motion compensation (MC) module 216, a discrete cosine transform (DCT) module 218, a quantization (Q) module 220, an inverse discrete cosine transform (IDCT) module 222, an inverse quantization (IQ) module 224, and a variable length coding (VLC) module 226. For the encoder to generate error resilient bitstreams, an error probability model is built for passing each macro-block (MB) of the bitstream through the model. The distortion of the MB is calculated from the reconstructed images with and without errors and the weighting follows the accumulated error probability. If the R-D cost to encode the current MB as inter-coding mode is lower than that of the intra-coding mode, the inter-coding mode is selected; otherwise, the intra-coding mode is selected. Such a criterion will bring the most efficient usage of intra blocks insertion under similar service quality. After the coding mode is decided, the current MB is encoded and the coded bitstream is passed to a transmitter.
  • As shown in FIG. 3, the decoder of the present invention includes a decoding VOP header module 302, a decoding VOP module 304, a timing check and correction module 306, an error detection module 308, an error recovery module 310, an error localization module 312, a frame buffer 314, a hybrid scheme module 316, a spatial concealment module 318, a temporal concealment module 320, a smooth filter 322, and an output buffer 324. First, a received bitstream is parsed to look for continuous resynchronization markers (RM). A successful bitstream parsing indicates that no syntactic errors occur, and the normal decoding resumes. If there is any syntactic error, the decoder will jump to the next RM to resume the decoding processes. After one frame is fully reconstructed, the proposed error concealment algorithm is applied based on the available information from the received bits.
  • To enhance the ability of error resilience, matching solutions over both the encoder and decoder end are provided. At the encoder, the rate distortion optimized intra-refresh (RDIR), originally developed as a more effective solution for error propagation, is provided to improve the bit-stream structure according to the network condition. The intra-refresh technique inserts intra-blocks instead of inter-blocks in P frame to prevent serious error propagation over error-prone network. Since the intra-coding block sacrifices more bits, it will become inefficient when the network condition varies over time. To improve this situation, intra block insertion with R-D optimization adaptive to channel condition can provide the most compact encoder system with least overhead.
  • The RDIR design flow is shown in FIG. 4. Starting with step 401, the begin of the i-th P frame is read, and for each i-th MB (step 402), the cost for intra and inter blocks, denoted as Jintra and Jinter, can be computed, as shown in step 403, by the following Lagrangian formula:

  • J=D q +λ·R
  • where
  • J: Lagrangian cost
  • λ: Parameter used to control coding bit rate in encoding process
  • Dq: Distortion induced from residue quantization
  • R: Bits used in coding a macroblock
  • A better mode for individual MB can be found by taking both distortion and bitrate into consideration. Not only quantization distortion but concealment error must be included for transmission over packet switch network without reliable quality of service (QoS). Therefore, the distortion with concealment combined with packet loss rate is taken into account for RD-cost calculation. After the cost J is decided, the mode with minimal J is chosen as the current MB coding mode, as in step 404. If Jintra is greater than Jinter, the intra-coding mode is chosen, as in step 405; otherwise, the inter-coding mode is used, as in step 406. In step 407, if this is the last MB, the process proceed to process the next P frame as in step 408; otherwise, return to step 402 and continue processing the next MB of the current P frame. For error prone environment, the distortion of D will suffer more serious quality loss. It comes from both the original quantization error and the errors introduced when concealing the lost MB from nearby MB. So the above formula needs to be modified as

  • J=(D q·(1−p)+D c ·p)+π·R
  • where
  • Dq: Distortion induced from residue quantization
  • Dc: Distortion induced from no-so-perfect concealment algorithm
  • p: Channel packet loss rate
  • To achieve the R-D optimization under the proposed intra-refresh encoding, the parameter of λ needed to be updated every frame to control the bits used under the same distortion. The updating formula is as follows:

  • λn+1n(1+α(ΣR i −n·R target)), α=1(20·R target)
  • The parameter of a comes from a variety of experimental trials for buffer control. The packet loss rate is used to model the internet protocol. Using network condition to model the situation at the decoder is expected to reconstruct better image quality. If the modeling is 100% accurate, the same quality as transmitted one in error prone environment can be obtained.
  • On the other hand, resynchronization markers (RM) are enabled to stop the collapse of decoder to handle the packet loss. If the addresses of MBs are discontinued, the decoder will skip to the next resynchronization marker and restart decoding. Since the remaining parts from the error starting point to next RM will be dropped due to the uncertainty of the content, the length between RMs may have great influence over the reconstruction quality. If the length is long enough to be able to contain several blocks of information, it will suffer serious quality information loss with packet loss. However, if the length is too short, the redundant information will be distributed in the bit-stream and make the encoding inefficient. The tradeoff is chosen according to the application domain. Considering the application of VOD application under the bit-rate of above 256k bits per second (bps), the 1000 bits as the length of each video packet is a suitable selection.
  • A robust streaming system needs to have an error resilient decoding process and a good error concealment method. Error resilient process is to prevent the decoding process from crash. Error concealment method helps to improve the image quality corrupted by the transmission error. As shown in FIG. 3, decoding VOP header module 302 and decoding VOP module 304, which are at the middle part of FIG. 3, constitute an original decoder. The upper part of FIG. 3, including error detection module 308, error recovery module 310 and error localization module 312, constitutes the error resilience functional units. Timing check and correction module 306 is also added to handle the VOP header loss. The bottom part of FIG. 3, including frame buffer 314, hybrid scheme module 316, spatial concealment module 318, temporal concealment module 320, smooth filter 322, and an output buffer 324, constitutes the error concealment functional units. The inclusion of error resilience functional units and error concealment functional units can realize a robust decoding system.
  • Error concealment uses the localizations of lost MBs and neighboring relevant data of lost MBs to conceal the corrupted VOP. To achieve good concealment results requires a simple and high performance method and using relevant data as much as possible. Because error concealment is an additional process to the original decoding process, the extra computational complexity will slow down the decoding rate. The bi-linear interpolation is chosen for spatial concealment and temporal BMA for temporal concealment due to their middle computational complexity and high performance. Other interpolation methods can also be used for the same purpose. The hybrid scheme is used to decide when to use spatial or temporal concealment. Because error concealment use relevant data to conceal the lost MBs, using relevant data as much as possible can make concealment method works well. The bi-directional error concealment is used in the present invention, as shown in FIG. 5.
  • There are three innovations in the error concealment algorithm used in the present invention. The first is using a less complexity hybrid scheme to choose when to use spatial concealment or temporal concealment. The second one is to implement block-based concealment to refine general MB-based method. Finally, a simple smoothing filter is used for improving visual quality.
  • Based on the previous observations, spatial concealment is suitable for fast motion or low detailed sequences since the correlation across successive frames is smaller than the correlation of pixels within the frame. In other words, temporal concealment is suitable for slow motion or highly detailed sequences. The temporal concealment can avoid visible blocking artifacts introduced by the spatial concealment. Thus, an adaptive temporal/spatial error concealment scheme is present to provide video contents of better picture quality.
  • Several considerations to select spatial error concealment or temporal error concealment and block-based concealment are included in the adaptive hybrid error concealment method of the present invention.
  • Reference hybrid concealment methods use certain statistics characteristics such as temporal activity, spatial activity, or boundary similarity to decide to use spatial concealment or temporal concealment. The methods take more extra computational complexity to get the information. For example, if the boundary difference from BMA result is larger than the threshold, spatial concealment is used to conceal the MB which may have less temporal correlation. If the boundary difference from BMA result is smaller than the threshold, the result of temporal concealment is used to conceal the MB.
  • By observing the motion vectors in the sequence, when the motion vector is large, the correlation between surrounding motion vectors are very low because of fast motion or motion in great confusion. Spatial error concealment is used when detecting large motion vectors. In the fast motion area or scene change, the temporal correlation may become very low and motion vectors will be in great confusion or intra blocks are added. When the intra blocks are more, the surrounding motion vectors are less and insufficient temporal correlation is available for recovering the MB. Spatial error concealment is used to conceal the MB.
  • Considering the strong correlation of pixels within a small area and fit the 4-MV coding mode used by MPEG-4 Simple Profile, the block-based error concealment adopts an 8×8 block as a processing unit. Based on validation of four surrounding MBs and the location of the current block, each of four 8×8 blocks can be concealed in different orders. For example, according to the validation of the four neighbors, there are 15 conditions of concealment order. FIG. 6 shows three different conditions. The numbers within the central MB indicate the concealment order of a MB. The block-based refinement can apply both spatial and temporal concealment in a single MB.
  • The error concealment flowchart, combining hybrid concealment scheme and block-based refinement, is shown in FIG. 7. Starting with step 701 with i-th lost MB, the error concealment performs an intra surrounding check in step 702 and a fast motion check in step 703. If the result of the checking is yes, the MB-based and Block-based spatial concealment is used, as shown in step 704. Then, proceed with the next MB. Otherwise, perform a block order in step 705. In step 706, a boundary matching algorithm is computed. In step 707, comparing with the threshold to determine if the threshold has been exceeded. If so, take step 708 to perform motion compensation. Otherwise, set the flag as in step 709, and proceed to use the MB-based and Block-based spatial concealment is used, as shown in step 704. Then start to process the next MB.
  • To reduce the blocking effect caused by mismatch of temporal concealment result, a smoothing filter is used on the block boundary of lost MB concealed by temporal concealment. For example, a filter used can be a 3×3 first order filter, as shown FIG. 8. This filter have better performance than the de-blocking filter provided by reference software and another 3×3 second order filter. The smoothing filter can also be applied to spatial concealment results. Because the interpolation only uses the nearest four pixels, some unexpected edges are observed. The smoothing filter can make the interpolation smoother. The same filter can be used to make the results of temporal concealment and spatial concealment smoother.
  • Several simulation runs are carried out using the system of the present invention. For example, the Foreman and Akiyo sequences are used to simulate the performance of the concealment method in fast motion and slow motion. The coding parameters are as follows: encoding frame rate is 30 frames/sec, decoding frame rate is 10 frames/sec, packet size is 2000 bits, GOP structure is I-P-P . . . , bit-rate is 512k for normal test. To off-line simulate packet loss condition and see the effect of packet loss rate and concealment method, the random drop with uniform distribution is used to simulate different packet loss rate. Because different lost places will make different results, the average of ten simulation results are taken to obtain the average performance. Seven different type of video sequences such as Foreman, Akiyo, Mobile, Football, Mother&Daughter, Stefan, and Bus, are experimented for 256 bits/sec (low bit-rate), 768 bits/sec (high bitrate). Packet loss rate are 1%, 5%, 10%, 15%. The results show that the fast motion and low detailed sequences need lower threshold to have more spatial concealment to get better quality, while the slow motion or highly detailed sequences need higher threshold. The present invention achieves 0.3˜0.7 dB improvement on PSNR for visual quality. The results of the simulation indicate that the present invention can achieve better performance when compared to the conventional methods.
  • In summary, while compared to the prior arts, the present invention offers two innovations. The first is the use of macroblock-based spatial-temporal hybrid error concealment methods instead of frame-based method. This will help to decide whether a spatial concealment or temporal concealment should be used more accurately and more efficiently. The second is to apply fast decision on the switching between spatial and temporal error concealments. The boundary difference between current frame and previous frame is calculated and a threshold is set to decide whether the spatial mode is satisfactory to be applied. Otherwise, temporal mode will be used to replace spatial mode. The threshold is chosen by simulation on various different conditions of bit-rate, packet lost rate, and different sequences.
  • Although the present invention has been described with reference to the preferred embodiments, it will be understood that the invention is not limited to the details described thereof. Various substitutions and modifications have been suggested in the foregoing description, and others will occur to those of ordinary skill in the art. Therefore, all such substitutions and modifications are intended to be embraced within the scope of the invention as defined in the appended claims.

Claims (2)

1. A rate distortion optimized intra-refresh (RDIR) method for improving a bit-stream structure according to network condition to an encoder system with least overhead, said method comprising the steps of:
(1) reading a macro block of a picture frame;
(2) computing an intra block cost and an inter block cost for the macro block;
(3) comparing said intra block cost with said inter block cost;
(4) choosing an intra-coding mode if said intra block cost is higher than said inter block cost; otherwise choosing an inter-coding mode;
(5) proceeding to step (6) if the macro block is a last macro block in the picture frame; otherwise, going to step (1);
(6) repeating step (1) to step (5) for a next picture frame.
2. The method as claimed in claim 1, wherein said intra block cost and said inter block cost are computed with Lagrangian formula:

J=D q +λ·R
where
J: Lagrangian cost
λ: a parameter used to control a coding bit rate in an encoding process,
Dq: a distortion induced from residue quantization of said encoding process,
R: a number of bits used in coding a macro block.
US12/326,104 2004-11-16 2008-12-02 MPEG-4 Streaming System With Adaptive Error Concealment Abandoned US20090086819A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/326,104 US20090086819A1 (en) 2004-11-16 2008-12-02 MPEG-4 Streaming System With Adaptive Error Concealment

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/990,818 US7738561B2 (en) 2004-11-16 2004-11-16 MPEG-4 streaming system with adaptive error concealment
US12/326,104 US20090086819A1 (en) 2004-11-16 2008-12-02 MPEG-4 Streaming System With Adaptive Error Concealment

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/990,818 Division US7738561B2 (en) 2004-11-16 2004-11-16 MPEG-4 streaming system with adaptive error concealment

Publications (1)

Publication Number Publication Date
US20090086819A1 true US20090086819A1 (en) 2009-04-02

Family

ID=36386243

Family Applications (3)

Application Number Title Priority Date Filing Date
US10/990,818 Expired - Fee Related US7738561B2 (en) 2004-11-16 2004-11-16 MPEG-4 streaming system with adaptive error concealment
US12/326,105 Expired - Fee Related US8170124B2 (en) 2004-11-16 2008-12-02 MPEG-4 streaming system with adaptive error concealment
US12/326,104 Abandoned US20090086819A1 (en) 2004-11-16 2008-12-02 MPEG-4 Streaming System With Adaptive Error Concealment

Family Applications Before (2)

Application Number Title Priority Date Filing Date
US10/990,818 Expired - Fee Related US7738561B2 (en) 2004-11-16 2004-11-16 MPEG-4 streaming system with adaptive error concealment
US12/326,105 Expired - Fee Related US8170124B2 (en) 2004-11-16 2008-12-02 MPEG-4 streaming system with adaptive error concealment

Country Status (1)

Country Link
US (3) US7738561B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080186404A1 (en) * 2005-01-08 2008-08-07 Provision Communication Technologies Limited Video Error Concealment
CN103733615A (en) * 2011-05-04 2014-04-16 凯为公司 On-demand intra-refresh for end-to-end coded video transmission systems
CN111641824A (en) * 2019-03-01 2020-09-08 杭州海康威视数字技术股份有限公司 Video playback method and device

Families Citing this family (58)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7693345B2 (en) * 2004-03-04 2010-04-06 Nvidia Corporation Method and apparatus for error concealment for JPEG 2000 compressed images and data block-based video data
RU2378697C2 (en) * 2004-10-18 2010-01-10 Томсон Лайсенсинг Method of simulating film granularity
MX2007005653A (en) * 2004-11-12 2007-06-05 Thomson Licensing Film grain simulation for normal play and trick mode play for video playback systems.
CA2587118C (en) 2004-11-16 2014-12-30 Thomson Licensing Film grain sei message insertion for bit-accurate simulation in a video system
PT1812904E (en) 2004-11-16 2012-05-22 Thomson Licensing Film grain simulation method based on pre-computed transform coefficients
US7885339B2 (en) * 2004-11-17 2011-02-08 Microsoft Corporation Bi-directional temporal error concealment
RU2372659C2 (en) 2004-11-17 2009-11-10 Томсон Лайсенсинг Imitation method of film grain accurate to bit on basis of pre-calculated converted coefficients
US7773517B2 (en) 2004-11-19 2010-08-10 Research In Motion Limited Method and system for identifying degradation of a media service
JP5474300B2 (en) * 2004-11-22 2014-04-16 トムソン ライセンシング Method, apparatus and system for film grain cache partitioning for film grain simulation
CN101107860B (en) * 2005-01-18 2013-07-31 汤姆森特许公司 Method and apparatus for estimating channel induced distortion
KR100755688B1 (en) * 2005-02-02 2007-09-05 삼성전자주식회사 Error concealment apparatus and method
US9237347B2 (en) * 2005-03-21 2016-01-12 The Regents Of The University Of California Systems and methods for video compression for low bit rate and low latency video communications
KR100843083B1 (en) * 2005-12-14 2008-07-02 삼성전자주식회사 Apparatus and method for motion estimation based frame interpolation
KR100728587B1 (en) * 2006-01-05 2007-06-14 건국대학교 산학협력단 Hybrid error concealment method
US8861585B2 (en) * 2006-01-20 2014-10-14 Qualcomm Incorporated Method and apparatus for error resilience algorithms in wireless video communication
US8325822B2 (en) * 2006-01-20 2012-12-04 Qualcomm Incorporated Method and apparatus for determining an encoding method based on a distortion value related to error concealment
FR2898459B1 (en) * 2006-03-08 2008-09-05 Canon Kk METHOD AND APPARATUS FOR RECEIVING IMAGES HAVING FOUND LOSS DURING TRANSMISSION
CN100426715C (en) * 2006-07-04 2008-10-15 华为技术有限公司 Lost frame hiding method and device
DE102007035204A1 (en) * 2006-07-28 2008-02-07 Mediatek Inc. Video processing and operating device
US8184692B2 (en) * 2006-09-25 2012-05-22 Framecaster, Inc. Distributed and automated video encoding and delivery system
US8509313B2 (en) * 2006-10-10 2013-08-13 Texas Instruments Incorporated Video error concealment
EP2105029A2 (en) * 2006-12-15 2009-09-30 Thomson Licensing Distortion estimation
US8396118B2 (en) * 2007-03-19 2013-03-12 Sony Corporation System and method to control compressed video picture quality for a given average bit rate
US10715834B2 (en) 2007-05-10 2020-07-14 Interdigital Vc Holdings, Inc. Film grain simulation based on pre-computed transform coefficients
KR20090000502A (en) * 2007-06-28 2009-01-07 삼성전자주식회사 Error concealment method and apparatus adaptive to neighboring block characteristics of lost blocks
JP4410277B2 (en) * 2007-08-28 2010-02-03 富士通株式会社 Semiconductor device and method for controlling semiconductor device
WO2009032255A2 (en) * 2007-09-04 2009-03-12 The Regents Of The University Of California Hierarchical motion vector processing method, software and devices
US20090067495A1 (en) * 2007-09-11 2009-03-12 The Hong Kong University Of Science And Technology Rate distortion optimization for inter mode generation for error resilient video coding
US8121189B2 (en) * 2007-09-20 2012-02-21 Microsoft Corporation Video decoding using created reference pictures
US8238427B2 (en) * 2008-01-17 2012-08-07 Texas Instruments Incorporated Rate distortion optimized adaptive intra refresh for video coding
KR101460608B1 (en) * 2008-03-04 2014-11-14 삼성전자주식회사 Method and apparatus for encoding and decoding image usging filtered prediction block
US9848209B2 (en) * 2008-04-02 2017-12-19 Microsoft Technology Licensing, Llc Adaptive error detection for MPEG-2 error concealment
US8780986B2 (en) * 2008-06-06 2014-07-15 Apple Inc. Refresh pixel group selection and coding adjustment
US9788018B2 (en) * 2008-06-30 2017-10-10 Microsoft Technology Licensing, Llc Error concealment techniques in video decoding
US9924184B2 (en) 2008-06-30 2018-03-20 Microsoft Technology Licensing, Llc Error detection, protection and recovery for video decoding
US20100065343A1 (en) * 2008-09-18 2010-03-18 Chien-Liang Liu Fingertip Touch Pen
US9131241B2 (en) * 2008-11-25 2015-09-08 Microsoft Technology Licensing, Llc Adjusting hardware acceleration for video playback based on error detection
US8340510B2 (en) * 2009-07-17 2012-12-25 Microsoft Corporation Implementing channel start and file seek for decoder
KR101345098B1 (en) * 2009-12-18 2013-12-26 한국전자통신연구원 Apparatus and method for assessing image quality based on real-time
US9787501B2 (en) 2009-12-23 2017-10-10 Pismo Labs Technology Limited Methods and systems for transmitting packets through aggregated end-to-end connection
US9531508B2 (en) * 2009-12-23 2016-12-27 Pismo Labs Technology Limited Methods and systems for estimating missing data
US10218467B2 (en) 2009-12-23 2019-02-26 Pismo Labs Technology Limited Methods and systems for managing error correction mode
TWI442778B (en) * 2010-02-05 2014-06-21 Acer Inc Video decoding device
CN101901619B (en) * 2010-07-16 2012-10-17 复旦大学 A Video Player with Enhanced User Experience Based on Video Content Miniature
JP5843631B2 (en) * 2012-01-26 2016-01-13 日本電信電話株式会社 Frame rate control method, frame rate control device, and frame rate control program
EP2875640B1 (en) * 2012-07-17 2017-11-08 Thomson Licensing Video quality assessment at a bitstream level
US8995719B2 (en) * 2012-12-10 2015-03-31 Intel Corporation Techniques for improved image disparity estimation
US9407923B2 (en) * 2013-05-20 2016-08-02 Gamefly Israel Ltd. Overconing lost IP packets in streaming video in IP networks
US20150356350A1 (en) * 2014-06-05 2015-12-10 Mohamad Mustafa Awad unsupervised non-parametric multi-component image segmentation method
CN108124202B (en) * 2015-01-30 2020-07-21 青岛海信传媒网络技术有限公司 Method for making stream media server support H L S protocol
CN105992012B (en) * 2015-02-17 2020-09-15 中兴通讯股份有限公司 A method and apparatus for error concealment
WO2016170399A1 (en) * 2015-04-24 2016-10-27 Pismo Labs Technology Ltd. Methods and systems for estimating missing data
US10334276B2 (en) * 2015-12-28 2019-06-25 Ati Technologies Ulc Method and apparatus for determining the severity of corruption in a picture
CN106534855B (en) * 2016-11-04 2019-03-26 西安理工大学 A kind of Lagrange factor calculation method towards SATD
US10291936B2 (en) 2017-08-15 2019-05-14 Electronic Arts Inc. Overcoming lost or corrupted slices in video streaming
WO2020164751A1 (en) 2019-02-13 2020-08-20 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. Decoder and decoding method for lc3 concealment including full frame loss concealment and partial frame loss concealment
CN112970254B (en) * 2019-02-27 2023-06-02 Oppo广东移动通信有限公司 Rate-distortion optimization method and device, and computer-readable storage medium
CN111327939A (en) * 2020-02-25 2020-06-23 华南理工大学 Distributed teaching video processing system

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050069211A1 (en) * 2003-09-30 2005-03-31 Samsung Electronics Co., Ltd Prediction method, apparatus, and medium for video encoder

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100587280B1 (en) * 1999-01-12 2006-06-08 엘지전자 주식회사 Error concealment method
GB2362533A (en) * 2000-05-15 2001-11-21 Nokia Mobile Phones Ltd Encoding a video signal with an indicator of the type of error concealment used
US20050008240A1 (en) * 2003-05-02 2005-01-13 Ashish Banerji Stitching of video for continuous presence multipoint video conferencing
US20050024487A1 (en) * 2003-07-31 2005-02-03 William Chen Video codec system with real-time complexity adaptation and region-of-interest coding
US20050175109A1 (en) * 2004-02-11 2005-08-11 Anthony Vetro Optimal bit allocation for error resilient video transcoding
CN101019437B (en) * 2004-07-15 2011-08-03 高通股份有限公司 H.264 spatial error concealment based on the intra-prediction direction

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050069211A1 (en) * 2003-09-30 2005-03-31 Samsung Electronics Co., Ltd Prediction method, apparatus, and medium for video encoder

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080186404A1 (en) * 2005-01-08 2008-08-07 Provision Communication Technologies Limited Video Error Concealment
US8160145B2 (en) * 2005-01-08 2012-04-17 ProVision Communication Technologies Ltd. Video error concealment with spatial and temporal error concealment
CN103733615A (en) * 2011-05-04 2014-04-16 凯为公司 On-demand intra-refresh for end-to-end coded video transmission systems
CN111641824A (en) * 2019-03-01 2020-09-08 杭州海康威视数字技术股份有限公司 Video playback method and device

Also Published As

Publication number Publication date
US20090086828A1 (en) 2009-04-02
US20060104366A1 (en) 2006-05-18
US7738561B2 (en) 2010-06-15
US8170124B2 (en) 2012-05-01

Similar Documents

Publication Publication Date Title
US8170124B2 (en) MPEG-4 streaming system with adaptive error concealment
US7164717B2 (en) Systems and methods for detecting scene changes in a video data stream
CN100394802C (en) Video signal encoding/decoding method and device, and corresponding radio telecommunication device
Chu et al. Detection and concealment of transmission errors in H. 261 images
US7245662B2 (en) DCT-based scalable video compression
KR20030011331A (en) Flag controlled video concealing method
JP2002529978A (en) Error concealment of video signal
Suh et al. Recovery of motion vectors for error concealment
Su et al. H. 264/AVC-based multiple description video coding using dynamic slice groups
WO2002019708A1 (en) Dual priority video transmission for mobile applications
Hrušovský et al. Temporal-spatial error concealment algorithm for intra-frames in H. 264/AVC coded video
Jung et al. Error-resilient video coding using long-term memory prediction and feedback channel
Yang et al. Error resilient GOP structures on video streaming
Cai et al. Joint mode selection and unequal error protection for bitplane coded video transmission over wireless channels
Fang et al. Video transmission using advanced partial backward decodable bit stream (APBDBS)
Tsai et al. A hybrid and flexible H. 263-based error resilient and testing system
Fang et al. Efficient content-based resynchronization approach for wireless video
Shoaib Key picture error concealment using residual motion-copy in scalable video coding
Kang et al. An error resilient coding scheme for H. 263 video transmission based on data embedding
Fang Error control for non-scalable and scalable video over error-prone networks
Xu Robust and scalable video coding techniques
Stoufs et al. Robust motion vector coding and error concealment in MCTF-based video coding
Zhang et al. Hybrid scalable video coding with multiple description and layered coding
Jang et al. Efficient error localization and temporal concealment based on motion estimation of enlarged block
Chen et al. Worst-case criterion for content-based error-resilient video coding

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION